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

Properties

Properties

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

Type declaration

  • project_hash: string

    Хеш компонента

  • Optional status?: null | MetricStatus

    Фильтр по статусу; по умолчанию только активные