jooby-codec
    Preparing search index...

    Interface IGetMonthDemandResponseParameters

    interface IGetMonthDemandResponseParameters {
        month: TMonth;
        tariffs: IMonthMaxPower[];
        year: TYear2000;
    }
    Index

    Properties

    Properties

    month: TMonth
    tariffs: IMonthMaxPower[]
    year: TYear2000