import { type NullableSchemaAsync } from "https://deno.land/x/valibot@v0.30.0/src/schemas/nullable/index.ts";
Nullable schema async type.
Type Parameters
TWrapped extends BaseSchema | BaseSchemaAsync
optional
TDefault extends DefaultAsync<TWrapped> = undefined