import { type SchemaWithMaybeDefaultAsync } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Schema with maybe default async type.
Type Parameters
optional
TSchema extends BaseSchemaAsync = BaseSchemaAsyncoptional
TDefault extends DefaultAsync<TSchema> = DefaultAsync<TSchema>