UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

3 lines 270 B
import { SchemaOptions, TSchema } from '@sinclair/typebox'; export declare const Nullable: <T extends TSchema>(schema: T, schemaOptions?: SchemaOptions) => import("@sinclair/typebox").TUnion<[T, import("@sinclair/typebox").TNull]>; //# sourceMappingURL=Nullable.d.ts.map