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