UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

8 lines (7 loc) 252 B
import type { CustomTypeModelRichTextSingleField } from "./richText"; /** * A title custom type field. * * More details: {@link https://prismic.io/docs/rich-text-title} */ export type CustomTypeModelTitleField = CustomTypeModelRichTextSingleField;