/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface FieldConfigurationSchemeAsResponse { /** * The description of the field configuration scheme. */ description?: string; /** * The ID of the field configuration scheme. */ id: string; /** * The name of the field configuration scheme. */ name: string; } //# sourceMappingURL=FieldConfigurationSchemeAsResponse.d.ts.map