chore: build
Frontend Client - EAS Build / build (push) Failing after 48m18s

This commit is contained in:
2026-06-20 08:40:47 +02:00
parent 13bba226d6
commit c0a3b16f12
+1 -1
View File
@@ -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;
}
/**