chore: build
Omnex Plateform App - EAS Build / build (push) Failing after 7m2s
Omnex Plateform Client - EAS Build / build (push) Canceled after 4m34s

This commit is contained in:
Xor290
2026-08-04 21:56:10 +02:00
parent 85a2bd6d85
commit cf1e5179a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ export interface MonthlyStatsSummary {
total_quantity: number; total_quantity: number;
} }
export interface MonthlyStats { export interface MonthlyStats {
month: string; // "2026-06" month: string;
summary: MonthlyStatsSummary; summary: MonthlyStatsSummary;
by_day: MonthlyDayStat[]; by_day: MonthlyDayStat[];
} }
+1 -1
View File
@@ -10,7 +10,7 @@ export interface ApiResponse {
token_type?: string; token_type?: string;
expires_in?: number; expires_in?: number;
user?: UserResponse; user?: UserResponse;
[key: string]: any; // Pour les champs additionnels [key: string]: any;
} }
/** /**