Still in progress

This commit is contained in:
Amritanshu
2019-06-17 13:23:00 +05:30
parent 32500665b5
commit 63f5f60842
26 changed files with 520 additions and 432 deletions

View File

@ -1,6 +1,7 @@
export class Table {
id: string;
name: string;
location: string;
seats: number;
section: string;
isActive: boolean;
}