diff --git a/mobile/src/api/api_types.ts b/mobile/src/api/api_types.ts index 8002896d..dda8cf13 100644 --- a/mobile/src/api/api_types.ts +++ b/mobile/src/api/api_types.ts @@ -89,10 +89,6 @@ export interface RegisterAdminRequest { role: "admin" | "cabine" | "livreur"; } -// ============================================ -// 🛒 PANIER - TYPES -// ============================================ - /** * Item du panier côté frontend */