diff options
author | zberwaldt <17715430+zberwaldt@users.noreply.github.com> | 2024-03-21 11:25:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 11:25:44 -0400 |
commit | 7f9a8d74d7c0c66e7bf69892fbf893d45f1bfb82 (patch) | |
tree | 3e2355a4ec3d07df8337bcaf1ab9e500a1827b67 /fe/src/types.ts | |
parent | 8cdb9b7f15afc69fe903f2be566bbc8f3605e53f (diff) | |
parent | e370616213d92b66685e0fdb0e76c97e08d0b1b6 (diff) |
Staging
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 | } |