interface IInput {
    data: {
        from?: any;
        metric_hash: string;
        to?: any;
    };
}

Properties

Properties

data: {
    from?: any;
    metric_hash: string;
    to?: any;
}

Type declaration

  • Optional from?: any

    Начало окна ряда (включительно). По умолчанию — 30 дней назад

  • metric_hash: string

    Хеш метрики

  • Optional to?: any

    Конец окна ряда. По умолчанию — сейчас