UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

9 lines 367 B
import type { SanitizedCollectionConfig } from '../../../../collections/config/types'; import type { SanitizedGlobalConfig } from '../../../../globals/config/types'; export type Props = { collection?: SanitizedCollectionConfig; global?: SanitizedGlobalConfig; id?: number | string; publishedDocUpdatedAt: string; }; //# sourceMappingURL=types.d.ts.map