/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueTypeInfoAsResponse { /** * The avatar of the issue type. */ avatarId?: number; /** * The ID of the issue type. */ id?: number; /** * The name of the issue type. */ name?: string; } //# sourceMappingURL=IssueTypeInfoAsResponse.d.ts.map