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