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