/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { BaseResponseAsResponse } from "../definitions/BaseResponseAsResponse"; export declare type ErrorResponseAsResponse = BaseResponseAsResponse & { message?: string; code?: number; responseHeaders?: { [x: string]: Array; }; }; //# sourceMappingURL=ErrorResponseAsResponse.d.ts.map