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