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
@@ -10,7 +10,7 @@ export interface ApiResponse {
token_type?: string;
expires_in?: number;
user?: UserResponse;
[key: string]: any; // Pour les champs additionnels
[key: string]: any;
}
/**