UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

11 lines 501 B
import type { CollectionConfig } from '../collections/config/types.js'; type CreateFolderCollectionArgs = { collectionSpecific: boolean; debug?: boolean; folderEnabledCollections: CollectionConfig[]; folderFieldName: string; slug: string; }; export declare const createFolderCollection: ({ slug, collectionSpecific, debug, folderEnabledCollections, folderFieldName, }: CreateFolderCollectionArgs) => CollectionConfig; export {}; //# sourceMappingURL=createFolderCollection.d.ts.map