Mute
90231cb2ae
a massive diff due to infrastructure work the completion pane moved to the left of chat no other intended changes for users
11 lines
211 B
TypeScript
11 lines
211 B
TypeScript
/* eslint-disable no-unused-vars */
|
|
/* eslint-disable @typescript-eslint/consistent-type-definitions */
|
|
|
|
interface PlayerOnlineSettings {
|
|
MBCHC?: any;
|
|
}
|
|
|
|
interface ServerChatRoomMessage {
|
|
MBCHC_ID?: number;
|
|
}
|