UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

13 lines 258 B
import type { GraphQLType } from 'graphql'; export type BaseFields = { createdAt?: { type: GraphQLType; }; id?: { type: GraphQLType; }; updatedAt?: { type: GraphQLType; }; }; //# sourceMappingURL=types.d.ts.map