export interface IssueTypeInfoAsResponse { /** * The ID of the issue type. */ id?: number; /** * The name of the issue type. */ name?: string; /** * The avatar of the issue type. */ avatarId?: number; } //# sourceMappingURL=IssueTypeInfoAsResponse.d.ts.map