aboutsummaryrefslogtreecommitdiff
path: root/fe/src/types.ts
diff options
context:
space:
mode:
authorzberwaldt <17715430+zberwaldt@users.noreply.github.com>2024-03-21 11:25:44 -0400
committerGitHub <noreply@github.com>2024-03-21 11:25:44 -0400
commit7f9a8d74d7c0c66e7bf69892fbf893d45f1bfb82 (patch)
tree3e2355a4ec3d07df8337bcaf1ab9e500a1827b67 /fe/src/types.ts
parent8cdb9b7f15afc69fe903f2be566bbc8f3605e53f (diff)
parente370616213d92b66685e0fdb0e76c97e08d0b1b6 (diff)
Merge pull request #7 from zberwaldt/stagingHEADprod
Staging
Diffstat (limited to 'fe/src/types.ts')
-rw-r--r--fe/src/types.ts2
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
21export interface Statistic { 21export interface Statistic {
22 user_id: string; 22 user_id: number;
23 date: string; 23 date: string;
24 quantity: number; 24 quantity: number;
25} 25}