(address: string)
| 59 | } |
| 60 | |
| 61 | export function removeCustomServer(address: string): CustomServer[] { |
| 62 | return ModelManager.getInstance().removeCustomServer(address); |
| 63 | } |
| 64 | |
| 65 | export function toggleCustomServer(address: string): CustomServer[] { |
| 66 | return ModelManager.getInstance().toggleCustomServer(address); |
no test coverage detected