UNPKG

contentful-orm

Version:

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

4 lines (3 loc) 166 B
export { ContentfulSync } from './sync/index.js'; export { ContentType, Field } from './decorators/index.js'; export { ContentfulFieldType } from './types/index.js';