TeaSpeak-Client/imports/shared-app/ui/modal/poke/Controller.d.ts

7 lines
243 B
TypeScript

import { ConnectionHandler } from "tc-shared/ConnectionHandler";
export declare function spawnPokeModal(handler: ConnectionHandler, client: {
clientName: string;
clientId: number;
clientUniqueId: string;
}, message: string): void;