You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datePreviousEnded: number;// 0 means either the first tournament or a restart of the series (after it stopped because not enough participants), 3000000000000 means previous tournament still running.
Copy file name to clipboardExpand all lines: utils/records-ttm.ts
-38Lines changed: 0 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -36,44 +36,6 @@ type GameRec = {
36
36
[key: string]: any;
37
37
}
38
38
39
-
typeTournament={
40
-
pk: string;
41
-
sk: string;
42
-
id: string;
43
-
metaGame: string;
44
-
variants: string[];
45
-
number: number;
46
-
started: boolean;
47
-
dateCreated: number;
48
-
datePreviousEnded: number;// 0 means either the first tournament or a restart of the series (after it stopped because not enough participants), 3000000000000 means previous tournament still running.
0 commit comments