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