interface IInput {
    data: {
        coopname: string;
        status?: null | MetricStatus;
    };
}

Properties

Properties

data: {
    coopname: string;
    status?: null | MetricStatus;
}

Type declaration

  • coopname: string

    Имя аккаунта кооператива

  • Optional status?: null | MetricStatus

    Фильтр по статусу; без фильтра — все меры (для мониторинга)