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

3 lines
121 B
TypeScript

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