@prismicio/client
Version:
The official JavaScript + TypeScript client library for Prismic
31 lines (30 loc) • 653 B
JavaScript
//#region src/types/model/types.ts
/**
* Type identifier for a custom type field.
*/
const CustomTypeModelFieldType = {
Boolean: "Boolean",
Color: "Color",
Date: "Date",
Embed: "Embed",
GeoPoint: "GeoPoint",
Group: "Group",
Image: "Image",
Integration: "IntegrationFields",
Link: "Link",
Number: "Number",
Select: "Select",
Slices: "Slices",
StructuredText: "StructuredText",
Table: "Table",
Text: "Text",
Timestamp: "Timestamp",
UID: "UID",
IntegrationFields: "IntegrationFields",
Range: "Range",
Separator: "Separator",
LegacySlices: "Choice"
};
//#endregion
export { CustomTypeModelFieldType };
//# sourceMappingURL=types.js.map