Fixed client build and updated the imports

This commit is contained in:
WolverinDEV
2021-02-20 18:50:18 +01:00
parent ee1269e375
commit 5e41be9f8a
321 changed files with 51 additions and 11182 deletions
@@ -1,9 +0,0 @@
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;
};
}