Files
energy_dist/dist/app/common/util/fetch_help.d.ts
T
2026-04-21 22:34:39 +08:00

4 lines
111 B
TypeScript

export declare class FetchHelp {
static post(url: string, body: Record<string, any>): Promise<Response>;
}