/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ErrorAsResponse { code: string; message: string; } //# sourceMappingURL=ErrorAsResponse.d.ts.map