From c0a3b16f12ce4fc489396d85ab93fa11b8790bec Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 20 Jun 2026 08:40:47 +0200 Subject: [PATCH] chore: build --- mobile/src/api/api_types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/src/api/api_types.ts b/mobile/src/api/api_types.ts index 8bf29a0b..8002896d 100644 --- a/mobile/src/api/api_types.ts +++ b/mobile/src/api/api_types.ts @@ -6,7 +6,7 @@ export interface ApiResponse { token_type?: string; expires_in?: number; user?: UserResponse; - [key: string]: any; // Pour les champs additionnels + [key: string]: any; } /**