import { type NullishSchema } from "https://deno.land/x/valibot@v0.5.0/src/schemas/index.ts";
Nullish schema type.
Type Parameters
TWrappedSchema extends BaseSchema
optional
TOutput = Output<TWrappedSchema> | null | undefineddefinition: BaseSchema<Input<TWrappedSchema> | null | undefined, TOutput> & { schema: "nullish"; wrapped: TWrappedSchema; }