UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

9 lines 245 B
import { RequestConfig } from './request'; export interface HttpResponse<T = any> { data: T; status: number; statusText: string; headers: Record<string, string>; config: RequestConfig; } //# sourceMappingURL=response.d.ts.map