export interface CustomFieldOptionUpdate { /** * The ID of the custom field option. */ id: string; /** * The value of the custom field option. */ value?: string; /** * Whether the option is disabled. */ disabled?: boolean; } //# sourceMappingURL=CustomFieldOptionUpdate.d.ts.map