export interface Candidate { text: string; score: number; } export interface CellPreview { text: string; }