/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueCommentListRequestBean { /** * The list of comment IDs. A maximum of 1000 IDs can be specified. */ ids: Array; } //# sourceMappingURL=IssueCommentListRequestBean.d.ts.map