fix: add missing attributes for console-channel

This commit is contained in:
abdou6666 2024-12-09 18:23:51 +01:00
parent 3c7abc2261
commit 53c83a26a5

View File

@ -15,6 +15,9 @@ declare global {
interface SubscriberChannelDict {
[CONSOLE_CHANNEL_NAME]: {
name: typeof CONSOLE_CHANNEL_NAME;
isSocket: boolean;
ipAddress: string;
agent: string;
};
}
}