UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

15 lines (14 loc) 315 B
//#region src/types/model/link.ts /** * Type of a link custom type field. * * More details: {@link https://prismic.io/docs/link} */ const CustomTypeModelLinkSelectType = { Document: "document", Media: "media", Web: "web" }; //#endregion export { CustomTypeModelLinkSelectType }; //# sourceMappingURL=link.js.map