Files
Ferme/frontend/services/dto/building-data.ts

6 lines
84 B
TypeScript

export interface BuildingData {
id: number
label: string
code: string
}