import { type NonNullableSchemaAsync } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Non nullable schema async type.
Type Parameters
TWrapped extends BaseSchema | BaseSchemaAsync
optional
TOutput = NonNullableOutput<TWrapped>Properties
wrapped: TWrapped
The wrapped schema.
message: ErrorMessage | undefined
The error message.