| 29 | type JsonRequestInit = Omit<RequestInit, 'body'> & { body?: unknown } |
| 30 | |
| 31 | export class RemoteServerClient { |
| 32 | readonly baseUrl: string |
| 33 | readonly authToken: string | null |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected