From 0cfd6f392ef5fe231383887ae09e2ab380b1485a Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 20 Jun 2026 14:29:40 +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 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 */