Fixed client build and updated the imports
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user