UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

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