UNPKG

@stackbit/cms-contentful

Version:

Stackbit Contentful CMS Interface

14 lines 597 B
export * from './contentful-content-source'; export * from './sync-poller'; export { default as ContentfulEncoderDelegate } from './contentful-encoder-delegate'; export { localizeFieldData } from './localize-field-data'; export { localizeModels } from './localize-models'; export interface FetchAndConvertSchemaOptions { accessToken: string; spaceId: string; environment?: string; } export declare function fetchAndConvertSchema(options: FetchAndConvertSchemaOptions): Promise<{ models: import("@stackbit/types/src/models").Model<unknown>[]; }>; //# sourceMappingURL=index.d.ts.map