Mise à jours du dashboard

This commit is contained in:
Julien Gautier
2023-09-14 18:28:02 +02:00
parent 0e6b3ef1c7
commit 92b204c769
41 changed files with 981 additions and 852 deletions
+8
View File
@@ -25,6 +25,14 @@ export interface Jump {
updatedAt: string;
}
export interface JumpByDate {
_id: {
month: number,
year: number
},
count: number
}
export interface JumpDoc {
_id?: string;
_rev?: string;