@prismicio/client
Version:
The official JavaScript + TypeScript client library for Prismic
40 lines (39 loc) • 951 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
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",
/**
* @deprecated - Renamed to `Integration`.
*/
IntegrationFields: "IntegrationFields",
/**
* @deprecated - Legacy field type. Use `Number` instead.
*/
Range: "Range",
/**
* @deprecated - Legacy field type. Do not use.
*/
Separator: "Separator",
/**
* @deprecated - Legacy field type. Use `Slices` instead.
*/
LegacySlices: "Choice"
};
exports.CustomTypeModelFieldType = CustomTypeModelFieldType;
//# sourceMappingURL=types.cjs.map