UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

7 lines 224 B
import type { SanitizedCollectionConfig } from '../../../../collections/config/types'; export type Props = { collection: SanitizedCollectionConfig; id: string; slug: string; }; //# sourceMappingURL=types.d.ts.map