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