/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CustomFieldOptionAsResponse { /** * The URL of these custom field option details. */ self?: string; /** * The value of the custom field option. */ value?: string; } //# sourceMappingURL=CustomFieldOptionAsResponse.d.ts.map