Обновил контракт по получению данных для графика.

This commit is contained in:
Первов Артем
2026-06-22 03:19:56 +03:00
parent fe7d051d4a
commit 6ab9cd1c75
7 changed files with 35 additions and 48 deletions

View File

@@ -5,6 +5,6 @@ export type { EdgeItem, EdgeResponse } from '../entities/edge/types';
export { getHealth } from '../entities/health/api';
export type { HealthResponse } from '../entities/health/types';
export { getHistory } from '../entities/history/api';
export type { HistoryPoint, HistoryRequest, HistoryResponse, HistorySeries } from '../entities/history/types';
export type { HistoryPoint, HistoryRequest, HistoryResponse } from '../entities/history/types';
export { getTags } from '../entities/tag/api';
export type { TagItem, TagResponse } from '../entities/tag/types';