| 854 | } |
| 855 | |
| 856 | interface EndpointInfo<T extends ApiData | JsApiData> { |
| 857 | parameters: T[]; |
| 858 | returns: T[]; |
| 859 | } |
| 860 | interface ApiInfo<T extends ApiData | JsApiData> { |
| 861 | named_endpoints: { |
| 862 | [key: string]: EndpointInfo<T>; |
nothing calls this directly
no outgoing calls
no test coverage detected