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;