@prismicio/types-internal
Version:
Prismic types for Custom Types and Prismic Data
8 lines (6 loc) • 351 B
text/typescript
import type { CompositeSlice } from "./CompositeSlice"
import type { LegacySlice } from "./LegacySlice"
import type { SharedSlice } from "./SharedSlice"
import type { SharedSliceRef } from "./SharedSliceRef"
export type DynamicSlice = CompositeSlice | LegacySlice | SharedSliceRef
export type StaticSlice = CompositeSlice | LegacySlice | SharedSlice