UNPKG

contentful-orm

Version:

A TypeScript-first ORM for Contentful CMS that enables a code-first approach to content modeling

5 lines 376 B
export { ContentfulSync } from './sync/index.js'; export { ContentType, Field, MediaField, ReferenceField, ArrayField, SymbolField, IntegerField, ObjectField, getContentTypeMetadata, getFieldsMetadata } from './decorators/index.js'; export { ContentfulFieldType } from './types/index.js'; export { Validations } from './validations/index.js'; //# sourceMappingURL=index.js.map