mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: add missing attributes for console-channel
This commit is contained in:
parent
3c7abc2261
commit
53c83a26a5
@ -15,6 +15,9 @@ declare global {
|
||||
interface SubscriberChannelDict {
|
||||
[CONSOLE_CHANNEL_NAME]: {
|
||||
name: typeof CONSOLE_CHANNEL_NAME;
|
||||
isSocket: boolean;
|
||||
ipAddress: string;
|
||||
agent: string;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user