import { Folder } from './folder'; export type FolderDto = Folder & { numberOfFlows: number; }; //# sourceMappingURL=list-folders-response.d.ts.map