UNPKG

@prismicio/types-internal

Version:
8 lines (6 loc) 351 B
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