mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
18 lines
494 B
TypeScript
18 lines
494 B
TypeScript
export interface RecommendationMetricMap {
|
|
wall_insulation: number;
|
|
floor_insulation: number;
|
|
roof_insulation: number;
|
|
mechanical_ventilation: number;
|
|
sealing_open_fireplace: number;
|
|
low_energy_lighting: number;
|
|
windows_glazing: number;
|
|
solar_pv: number;
|
|
heating: number;
|
|
hot_water_tank_insulation: number;
|
|
heating_control: number;
|
|
secondary_heating: number;
|
|
cylinder_thermostat: number;
|
|
trickle_vents: number;
|
|
mixed_glazing: number;
|
|
draught_proofing: number;
|
|
}
|