UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

15 lines (13 loc) 330 B
//#region src/types/model/sliceZone.ts /** * Type identifier for a Slice. * * More details: {@link https://prismic.io/docs/slice} */ const CustomTypeModelSliceType = { Slice: "Slice", SharedSlice: "SharedSlice" }; //#endregion exports.CustomTypeModelSliceType = CustomTypeModelSliceType; //# sourceMappingURL=sliceZone.cjs.map