import { type NullableSchema } from "https://deno.land/x/valibot@v0.5.0/mod.ts";
Nullable schema type.
Type Parameters
TWrappedSchema extends BaseSchema
optional
TOutput = Output<TWrappedSchema> | nulldefinition: BaseSchema<Input<TWrappedSchema> | null, TOutput> & { schema: "nullable"; wrapped: TWrappedSchema; }