export interface Folder { id: number; name: string; } export interface FolderParams { name: string; } //# sourceMappingURL=folders.d.ts.map