import { type NonNullableSchema } from "https://deno.land/x/valibot@v0.5.0/src/schemas/index.ts";
Non nullable schema type.
Type Parameters
TWrappedSchema extends BaseSchema
optional
TOutput = NonNullable<Output<TWrappedSchema>>definition: BaseSchema<NonNullable<Input<TWrappedSchema>>, TOutput> & { schema: "non_nullable"; wrapped: TWrappedSchema; }