| 135 | |
| 136 | /** /api/resource_timeline 的完整响应结构 */ |
| 137 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected