Files
vda-to-edifact-converter/node_modules/ts-edifact/lib/httpClient.d.ts
2026-03-13 09:53:40 +01:00

6 lines
173 B
TypeScript

export declare class HttpClient {
baseUrl: string;
constructor(baseUrl: string);
get(target: string): Promise<string>;
}
//# sourceMappingURL=httpClient.d.ts.map