UNPKG

@prismicio/types-internal

Version:
6 lines (5 loc) 196 B
import * as t from "io-ts"; export declare const SharedSliceRef: t.ExactC<t.TypeC<{ type: t.LiteralC<"SharedSlice">; }>>; export declare type SharedSliceRef = t.TypeOf<typeof SharedSliceRef>;