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