UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

20 lines (18 loc) 508 B
import { CustomTypeModelFieldType } from "./types.cjs"; //#region src/types/model/integration.d.ts /** * An integration custom type field. * * More details: {@link https://prismic.io/docs/integration-fields} */ interface CustomTypeModelIntegrationField { type: typeof CustomTypeModelFieldType.Integration; config?: { label?: string | null; placeholder?: string; catalog?: string; }; } //#endregion export { CustomTypeModelIntegrationField }; //# sourceMappingURL=integration.d.cts.map