UNPKG

@playform/pipe

Version:
11 lines (10 loc) 165 B
/** * @module Plan * * Represents the cache path configuration. * */ export default interface Interface { Search: string | URL; Folder: string | URL; }