3 lines
146 B
TypeScript
Raw Normal View History

2021-02-07 20:01:37 +01:00
import { ConnectionHandler } from "tc-shared/ConnectionHandler";
export declare function spawnEchoTestModal(connection: ConnectionHandler): void;