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