import { IGeoCoordinatesPoint } from "@golemio/core/dist/output-gateway/Geo"; export interface ISecondaryBuildingsOutput { address_house_number: string | null; allotment_number: string | null; penb_penbnumber: number | null; id: number; building_address_code: string | null; building_label: string | null; current_note: string | null; method_of_protection: string | null; built_up_area: string | null; heated_bulding_volume: string | null; students_count: string | null; employees_count: string | null; classrooms_count: string | null; beds_count: string | null; eno_id: string | null; csu_code: string | null; ku_code: string | null; allotment_string: string | null; registration_unit: string | null; energetic_management: string | null; opening_hours: string | null; weekend_opening_hours: string | null; location: IGeoCoordinatesPoint | null; address_street: string | null; address_house_string: string | null; address_city: string | null; address_country: string | null; address_mail: string | null; address_phone: string | null; address_web_address: string | null; penb_penbstring: string | null; penb_issue_date: string | null; penb_total_building_envelope_area: string | null; penb_volume_factor_of_avshape: string | null; penb_total_energy_reference_area: string | null; penb_total_provided_energy: string | null; penb_total_provided_energy_category: string | null; penb_primary_non_renewable_energy: string | null; penb_primary_non_renewable_energy_category: string | null; penb_building_envelope: string | null; penb_building_envelope_category: string | null; penb_heating: string | null; penb_heating_category: string | null; penb_cooling: string | null; penb_cooling_category: string | null; penb_ventilation: string | null; penb_ventilation_category: string | null; penb_humidity_adjustment: string | null; penb_humidity_adjustment_category: string | null; penb_warm_water: string | null; penb_warm_water_category: string | null; penb_lighting: string | null; penb_lighting_category: string | null; energy_audits_energy_audit: string | null; energy_audits_earegistration_string: string | null; energy_audits_created_at: string | null; building_envelope_side_wall_prevailing_construction: string | null; building_envelope_side_wall_area: string | null; building_envelope_side_wall_heat_insulation: string | null; building_envelope_side_wall_year_of_adjustment: string | null; building_envelope_side_wall_technical_condition: string | null; building_envelope_filling_of_hole_construction: string | null; building_envelope_filling_of_hole_area: string | null; building_envelope_filling_of_hole_year_of_adjustment: string | null; building_envelope_filling_of_hole_technical_condition: string | null; building_envelope_roof_construction: string | null; building_envelope_roof_area: string | null; building_envelope_roof_thermal_insulation: string | null; building_envelope_roof_year_of_adjustment: string | null; building_envelope_roof_technical_condition: string | null; building_envelope_floor_of_the_lowest_heated_floor_construction: string | null; building_envelope_floor_of_the_lowest_heated_floor_area: string | null; floor_of_the_lowest_heated_floor_thermal_insulation: string | null; building_envelope_floor_of_the_lowest_heated_floor_year_of_adju: string | null; floor_of_the_lowest_heated_floor_technical_condition: string | null; fuel_and_energy_coal: boolean | null; fuel_and_energy_gas: boolean | null; fuel_and_energy_electricity: boolean | null; fuel_and_energy_czt: boolean | null; fuel_and_energy_oze: boolean | null; fuel_and_energy_other: boolean | null; technical_equipment_heating_main_source_of_heat: string | null; technical_equipment_heating_heat_percentage: string | null; technical_equipment_heating_secondary_source_of_heat: string | null; technical_equipment_heating_heating_system: string | null; technical_equipment_heating_year: string | null; technical_equipment_heating_technical_condition: string | null; technical_equipment_cooling_cooling_system: string | null; technical_equipment_cooling_cooling_area_percentage: string | null; technical_equipment_cooling_year: string | null; technical_equipment_cooling_technical_condition: string | null; technical_equipment_ventilation_ventilation: string | null; technical_equipment_ventilation_year: string | null; technical_equipment_ventilation_technical_condition: string | null; technical_equipment_humidity_adjustment_humidity_adjustment: string | null; technical_equipment_humidity_adjustment_year: string | null; technical_equipment_humidity_adjustment_technical_condition: string | null; technical_equipment_hot_water_predominant_way_of_heating_tv: string | null; technical_equipment_hot_water_hot_water_source: string | null; technical_equipment_hot_water_year: string | null; technical_equipment_hot_water_technical_condition: string | null; technical_equipment_lighting_lighting: string | null; technical_equipment_lighting_year: string | null; technical_equipment_lighting_technical_condition: string | null; technical_equipment_lighting_other_technological_elements: string | null; technical_equipment_lighting_measurement_method: string | null; oze_energy_production_solar_energy_photovoltaic: string | null; oze_energy_production_solar_energy_photothermal: string | null; oze_energy_production_integrated_turbines_wind_energy: string | null; oze_energy_production_heat_pump: string | null; waste_and_emissions_solid_waste_production: string | null; waste_and_emissions_tied_co2_emissions: string | null; waste_and_emissions_sox_emissions: string | null; waste_and_emissions_operating_co_2emissions: string | null; }