import { type HttpFile } from "https://deno.land/x/windmill@v1.38.0/windmill-api/http/http.ts";
Represents an HTTP file which will be transferred from or to a server.
definition: Blob & { readonly name: string; }
x/windmill/windmill-api/http/http.ts>HttpFile
import { type HttpFile } from "https://deno.land/x/windmill@v1.38.0/windmill-api/http/http.ts";
Represents an HTTP file which will be transferred from or to a server.