/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueTypeScreenSchemeProjectAssociation { /** * The ID of the issue type screen scheme. */ issueTypeScreenSchemeId?: string; /** * The ID of the project. */ projectId?: string; } //# sourceMappingURL=IssueTypeScreenSchemeProjectAssociation.d.ts.map