TeaWeb/shared/js/ui/modal/channel-chat/Definitions.ts

9 lines
No EOL
334 B
TypeScript

import {IpcRegistryDescription} from "tc-events";
import {ChannelConversationUiEvents} from "tc-shared/ui/frames/side/ChannelConversationDefinitions";
export interface ModalChannelChatParameters {
events: IpcRegistryDescription<ChannelConversationUiEvents>,
channelName: string,
channelId: number,
handlerId: string
}