import { type NonNullableSchema } from "https://deno.land/x/valibot@v0.28.1/src/schemas/index.ts";
Non nullable schema type.
Type Parameters
TWrapped extends BaseSchema
optional
TOutput = NonNullableOutput<TWrapped>definition: BaseSchema<NonNullableInput<TWrapped>, TOutput> & { type: "non_nullable"; wrapped: TWrapped; message: ErrorMessage | undefined; }