UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

19 lines (17 loc) 437 B
import { CustomTypeModelFieldType } from "./types.cjs"; //#region src/types/model/embed.d.ts /** * An embed custom type field. * * More details: {@link https://prismic.io/docs/embed} */ interface CustomTypeModelEmbedField { type: typeof CustomTypeModelFieldType.Embed; config?: { label?: string | null; placeholder?: string; }; } //#endregion export { CustomTypeModelEmbedField }; //# sourceMappingURL=embed.d.cts.map