Leon4gr45's picture
Upload folder using huggingface_hub (part 4)
df9fdc8 verified
Raw
History Blame Contribute Delete
250 Bytes
import type { PostResponse } from "../types";
import { Client } from "..";
export declare function post_data(this: Client, url: string, body: unknown, additional_headers?: any): Promise<[PostResponse, number]>;
//# sourceMappingURL=post_data.d.ts.map