/** * Input format for converting strings into Contentful Rich Text {@link Document}s. */ export type RtfInputFormat = 'text' | 'markdown' | 'html' | 'json'; //# sourceMappingURL=types.d.ts.map