()
| 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"); |
| 180 | export const fetchSpend = () => get<Spend>("/v1/spend"); |
| 181 | export const fetchRoutingConfig = () => get<RoutingConfigState>("/v1/routing-config"); |
| 182 |
no test coverage detected