Patch the shared config on the server (persisted there).
(patch: Partial<Config>)
| 28 | find(hex: string): Aircraft | undefined; |
| 29 | /** Patch the shared config on the server (persisted there). */ |
| 30 | patchConfig(patch: Partial<Config>): void; |
| 31 | } |
| 32 | |
| 33 | export class WsUpstream implements Upstream { |
no outgoing calls
no test coverage detected