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