import { type BlobSchemaAsync } from "https://deno.land/x/valibot@v0.28.1/src/schemas/blob/index.ts";
Blob schema async type.
Type Parameters
optional
TOutput = Blobdefinition: BaseSchemaAsync<Blob, TOutput> & { type: "blob"; message: ErrorMessage | undefined; pipe: PipeAsync<Blob> | undefined; }