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