()
| 174 | |
| 175 | export const fetchHealth = () => get<Health>("/health"); |
| 176 | export const fetchConnections = () => get<ConnectionState>("/v1/connections"); |
| 177 | export const fetchProviders = () => get<ProvidersState>("/v1/providers"); |
| 178 | export const fetchStats = () => get<Stats>("/v1/stats"); |
| 179 | export const fetchMapping = () => get<Mapping>("/v1/models/mapping"); |