Type alias GasAmountPram

GasAmountPram: {
    month: Month;
    monthlyConsumption: number;
    residentCount: number;
} | {
    livingRegion: LivingRegion;
}

自宅のガスの活動量を計算するための引数

Generated using TypeDoc