export interface CustomFieldAvailableOption { score?: number; selectionKey?: string; value?: string; }