/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CustomFieldContextDefaultValueCascadingOption { /** * 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=CustomFieldContextDefaultValueCascadingOption.d.ts.map