UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

19 lines (17 loc) 420 B
import { CustomTypeModelFieldType } from "./types.js"; //#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.ts.map