feat : plan du site (WIP)

This commit is contained in:
2026-02-20 11:32:51 +01:00
parent 7d80795ae3
commit 30b065b69f
6 changed files with 310 additions and 34 deletions

View File

@@ -0,0 +1,6 @@
export interface BuildingCaseStatusData {
id: number
label: string | null
code: string | null
couleur: string | null
}