TeaSpeak-Client/imports/shared-app/ui/modal/ModalChannelInfo.d.ts
2021-02-20 18:55:36 +01:00

3 lines
121 B
TypeScript

import { ChannelEntry } from "../../tree/Channel";
export declare function openChannelInfo(channel: ChannelEntry): void;