/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueTypeScreenSchemeMapping { /** * The ID of the issue type or *default*. Only issue types used in classic projects are accepted. An entry for *default* must be provided and defines the mapping for all issue types without a screen scheme. */ issueTypeId: string; /** * The ID of the screen scheme. Only screen schemes used in classic projects are accepted. */ screenSchemeId: string; } //# sourceMappingURL=IssueTypeScreenSchemeMapping.d.ts.map