• Gets daily, weekly, monthly and yearly flowed amounts given a per second flow rate.

    Parameters

    • perSecondFlowRate: string

    Returns {
        daily: string;
        monthly: string;
        weekly: string;
        yearly: string;
    }

    • daily: string
    • monthly: string
    • weekly: string
    • yearly: string

Generated using TypeDoc