export interface BuildingListItem { id: number; displayName: string; address: string; color: string; createdAt: string; updatedAt: string; }