UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

15 lines (13 loc) 308 B
import type { CustomTypeModelFieldType } from "./types" /** * An embed custom type field. * * More details: {@link https://prismic.io/docs/embed} */ export interface CustomTypeModelEmbedField { type: typeof CustomTypeModelFieldType.Embed config?: { label?: string | null placeholder?: string } }