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