UNPKG

content-type-to-typescript

Version:

Compile Contentful Models to TypeScript type definitions

4 lines (3 loc) 238 B
import { ContentType } from 'contentful/index'; import { Options } from 'json-schema-to-typescript'; export declare function compileFromContentTypes(contentTypes: Array<Partial<ContentType>>, options?: Partial<Options>): Promise<string>;