Spaces:
Paused
Paused
File size: 250 Bytes
d4b85c0 | 1 2 3 4 | 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 |