export interface BuildingCaseStatusData { id: number label: string | null code: string | null couleur: string | null }