export class Table { id: string; name: string; seats: number; section: string; isActive: boolean; }