export interface IssueTypeSchemeProjectAssociation { /** * The ID of the issue type scheme. */ issueTypeSchemeId: string; /** * The ID of the project. */ projectId: string; } //# sourceMappingURL=IssueTypeSchemeProjectAssociation.d.ts.map