From 184f2241253a057cf43860b636845926ca570883 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Fri, 19 Jun 2026 21:09:08 +0200 Subject: [PATCH] chore: build --- frontend-prep/src/api/api_types.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend-prep/src/api/api_types.ts b/frontend-prep/src/api/api_types.ts index 00f5dec2..d8a7e830 100644 --- a/frontend-prep/src/api/api_types.ts +++ b/frontend-prep/src/api/api_types.ts @@ -1,7 +1,3 @@ -// ============================================ -// api/api_TYPES.ts - TOUTES LES INTERFACES -// ============================================ - export interface ApiResponse { success: boolean; message?: string;