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