change in bdd work but need to change in list too

This commit is contained in:
tuanvu
2025-12-11 12:12:13 +01:00
parent e24ee56c27
commit 9a928a73e8
3 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
export type Chantier = {
id: number;
id: string;
adresse: string;
etat: string;
contact: string;