/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueChangelogIds { /** * The list of changelog IDs. */ changelogIds: Array; } //# sourceMappingURL=IssueChangelogIds.d.ts.map