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

3 lines
121 B
TypeScript
Raw Normal View History

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