TeaSpeak-Client/imports/shared-app/ui/frames/side/ChannelFileBrowserDefinitions.d.ts

10 lines
303 B
TypeScript
Raw Normal View History

2021-02-07 20:01:37 +01:00
import { FileBrowserEvents } from "tc-shared/ui/modal/transfer/FileDefinitions";
import { Registry } from "tc-shared/events";
export interface ChannelFileBrowserUiEvents {
query_events: {};
notify_events: {
browserEvents: Registry<FileBrowserEvents>;
channelId: number;
};
}