diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-21 11:23:42 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-21 11:23:42 -0400 |
commit | fd6f6f169f9ff9a1247228fb34dc9654a9584915 (patch) | |
tree | 4241792d4b41bc025807cab001a18a2d355e7ea3 /fe/src/types.ts | |
parent | 655aeaac60c7dec09276f469904752c7dc58c8c5 (diff) |
fix bugs, redo layout, reorg.
Diffstat (limited to 'fe/src/types.ts')
-rw-r--r-- | fe/src/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fe/src/types.ts b/fe/src/types.ts index c8f2f00..e06e789 100644 --- a/fe/src/types.ts +++ b/fe/src/types.ts | |||
@@ -19,7 +19,7 @@ export interface User { | |||
19 | } | 19 | } |
20 | 20 | ||
21 | export interface Statistic { | 21 | export interface Statistic { |
22 | user_id: string; | 22 | user_id: number; |
23 | date: string; | 23 | date: string; |
24 | quantity: number; | 24 | quantity: number; |
25 | } | 25 | } |