import { BaseARC0027Error } from "../errors"; import type IBaseResponseMessage from './IBaseResponseMessage'; interface IResponseMessageWithError extends IBaseResponseMessage { error: BaseARC0027Error; } export default IResponseMessageWithError; //# sourceMappingURL=IResponseMessageWithError.d.ts.map