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