/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueTypeScreenSchemeUpdateDetails { /** * The description of the issue type screen scheme. The maximum length is 255 characters. */ description?: string; /** * The name of the issue type screen scheme. The name must be unique. The maximum length is 255 characters. */ name?: string; } //# sourceMappingURL=IssueTypeScreenSchemeUpdateDetails.d.ts.map