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