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