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