/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ErrorAsResponse { code: string; detail?: string; id?: string; links?: any; source?: any; status?: string; title: string; } //# sourceMappingURL=ErrorAsResponse.d.ts.map