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