Skip to content

Commit b0046ce

Browse files
authored
Add name field to Table class (#32)
1 parent 41cf62b commit b0046ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Table {
88
API: API;
99
id?: string;
1010
docId?: string;
11+
name?: string;
1112

1213
constructor(API: API, data: any) {
1314
this.API = API;

0 commit comments

Comments
 (0)