export interface IErrorResponse { error: { message: string; }; id: number; result: null; } //# sourceMappingURL=error-response.d.ts.map