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