UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

14 lines (13 loc) 304 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 export { CustomTypeModelSliceType }; //# sourceMappingURL=sliceZone.js.map