barker/bookie/src/app/core/table.ts

7 lines
94 B
TypeScript

export class Table {
id: string;
name: string;
location: string;
isActive: boolean;
}