MCPcopy Create free account
hub / github.com/Tong89/smartNode / ResourceTimeline

Interface ResourceTimeline

frontend/src/types/api.ts:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136/** /api/resource_timeline 的完整响应结构 */
137export interface ResourceTimeline {
138 current_time: number;
139 time_range: [number, number];
140 satellites: Record<string, TimelineResource>;
141 ground_stations: Record<string, TimelineResource>;
142 geo_relays: Record<string, TimelineResource>;
143}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected