/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ResolutionAsResponse { /** * The description of the issue resolution. */ description?: string; /** * The ID of the issue resolution. */ id?: string; /** * The name of the issue resolution. */ name?: string; /** * The URL of the issue resolution. */ self?: string; } //# sourceMappingURL=ResolutionAsResponse.d.ts.map