/** * @module Plan * * Represents the cache path configuration. * */ export default interface Interface { Search: string | URL; Folder: string | URL; }