feat : plan du site (WIP)

This commit is contained in:
2026-02-19 16:23:58 +01:00
parent c52f22472d
commit 7d80795ae3
12 changed files with 764 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
export interface BuildingCaseData {
id: number
caseNumber: number | null
code: string | null
capacity: number | null
}