import {Section} from './section'; export class Table { id: string; name: string; seats: number; section: Section; isActive: boolean; voucherId?: string; status?: string; pax?: number; guest?: string; date?: string; amount?: number; }