Files
ui/src/api/cloud.ts

11 lines
667 B
TypeScript

export { getCurrent, getCurrentEventsUrl } from '../entities/current/api';
export type { CurrentEvent, CurrentItem, CurrentResponse } from '../entities/current/types';
export { getEdges } from '../entities/edge/api';
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 } from '../entities/history/types';
export { getTags } from '../entities/tag/api';
export type { TagItem, TagResponse } from '../entities/tag/types';