UNPKG

@prismicio/types-internal

Version:
11 lines (10 loc) 458 B
import * as t from "io-ts"; export declare const String: t.StringC; export declare const StringOrNull: t.UnionC<[t.StringC, t.NullC]>; export declare const Number: t.NumberC; export declare const NumberOrNull: t.UnionC<[t.NumberC, t.NullC]>; export declare const Boolean: t.BooleanC; export declare const EmptyObject: t.Type<Record<never, never>, { [key: string]: unknown; }, unknown>; export declare const EmptyArray: t.Type<never[], never[], unknown>;