export interface CustomFieldContextDefaultValueCascadingOptionAsResponse { /** * The ID of the context. */ contextId: string; /** * The ID of the default option. */ optionId: string; /** * The ID of the default cascading option. */ cascadingOptionId?: string; type: "option.cascading"; } //# sourceMappingURL=CustomFieldContextDefaultValueCascadingOptionAsResponse.d.ts.map