import { type NonNullishSchemaAsync } from "https://deno.land/x/valibot@v0.24.0/src/schemas/nonNullish/index.ts";
Non nullish schema async type.
Type Parameters
TWrapped extends BaseSchema | BaseSchemaAsync
optional
TOutput = NonNullish<Output<TWrapped>>definition: BaseSchemaAsync<NonNullish<Input<TWrapped>>, TOutput> & { type: "non_nullish"; wrapped: TWrapped; message: ErrorMessage; }