From 9dba774344a6b303caf91a432342dbab2e6b03c2 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 20 Jun 2026 08:27:05 +0200 Subject: [PATCH] chore: build --- mobile/src/api/api_types.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mobile/src/api/api_types.ts b/mobile/src/api/api_types.ts index b66244cb..8bf29a0b 100644 --- a/mobile/src/api/api_types.ts +++ b/mobile/src/api/api_types.ts @@ -1,7 +1,3 @@ -// ============================================ -// api/api_TYPES.ts - TOUTES LES INTERFACES -// ============================================ - export interface ApiResponse { success: boolean; message?: string;