UNPKG

@golemio/energetics

Version:
11 lines (10 loc) 302 B
export interface IBuildingsPrimary { id: number; building_name: string | null; description: string | null; building_address_code: string | null; building_label: string | null; main_use: string | null; secondary_use: string | null; year_of_construction: number | null; }