export interface AvailableOption { score?: number; selectionId: string; value: string; }