feat : admin fournisseurs creation et modif (WIP)

This commit is contained in:
2026-02-11 08:18:55 +01:00
parent 83b339746e
commit 1e794bba00
7 changed files with 389 additions and 60 deletions

View File

@@ -21,5 +21,5 @@ export type SupplierPayload = {
name: string
email?: string | null
phone?: string | null
addresses: string[]
addresses?: string[]
}