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