UNPKG

@dasch-swiss/dsp-js

Version:
18 lines 291 B
/** * @category Response */ export declare abstract class ApiResponse { /** * Original HTTP method */ method: string; /** * Request URL */ url: string; /** * Status number */ status: number; } //# sourceMappingURL=api-response.d.ts.map