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