export interface Chat { id: number; title: string; }