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

3 lines
121 B
TypeScript
Raw Normal View History

2021-02-07 20:01:37 +01:00
import { ChannelEntry } from "../../tree/Channel";
export declare function openChannelInfo(channel: ChannelEntry): void;