UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

10 lines 283 B
export type UpdatedDocument = { entitySlug: string; id?: string; updatedAt: string; }; export type DocumentEventsContext = { mostRecentUpdate: UpdatedDocument; reportUpdate: (updatedDocument: Array<UpdatedDocument>) => void; }; //# sourceMappingURL=types.d.ts.map