UNPKG

@vot.js/shared

Version:

shared for all @vot.js package

9 lines 278 B
export type ISODate = string; export type AtLeast<T, K extends keyof T> = Partial<T> & Pick<T, K>; export type TinyInt = 0 | 1; export type StringBoolean = "true" | "false"; export type GraphQL<T> = { data: T; extensions?: unknown; }; //# sourceMappingURL=utils.d.ts.map