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