contentful-orm
Version:
A TypeScript-first ORM for Contentful CMS that enables a code-first approach to content modeling
15 lines • 342 B
JavaScript
export const ContentfulFieldType = {
Symbol: 'Symbol',
Text: 'Text',
RichText: 'RichText',
Number: 'Number',
Integer: 'Integer',
Date: 'Date',
Location: 'Location',
Media: 'Media',
Boolean: 'Boolean',
Reference: 'Reference',
Array: 'Array',
Object: 'Object'
};
//# sourceMappingURL=index.js.map