/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CustomFieldContextDefaultValueCascadingOptionAsResponse { /** * The ID of the default cascading option. */ cascadingOptionId?: string; /** * The ID of the context. */ contextId: string; /** * The ID of the default option. */ optionId: string; type: string; } //# sourceMappingURL=CustomFieldContextDefaultValueCascadingOptionAsResponse.d.ts.map