UNPKG

@prismicio/types-internal

Version:
7 lines (6 loc) 202 B
import * as t from "io-ts"; export interface UUIDBrand { readonly UUID: unique symbol; } export declare const UUID: t.BrandC<t.StringC, UUIDBrand>; export declare type UUID = t.TypeOf<typeof UUID>;