| 5 | } |
| 6 | |
| 7 | export interface EndpointAttemptFailure { |
| 8 | endpoint: string; |
| 9 | error: Error; |
| 10 | } |
| 11 | |
| 12 | export interface ExecuteEndpointFallbackOptions<T> { |
| 13 | configuredEndpoints: string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected