diff --git a/frontend-prep/src/api/api_types.ts b/frontend-prep/src/api/api_types.ts index b7f47058..dc29c41f 100644 --- a/frontend-prep/src/api/api_types.ts +++ b/frontend-prep/src/api/api_types.ts @@ -1,8 +1,6 @@ // ============================================ // api/api_TYPES.ts - TOUTES LES INTERFACES // ============================================ -// Interfaces complètes pour le frontend -// À importer dans les composants export interface ApiResponse { success: boolean;