MBCHC/typedef.d.ts
Mute 90231cb2ae dev.12: R105 fixes
a massive diff due to infrastructure work
the completion pane moved to the left of chat
no other intended changes for users
2024-06-29 17:09:25 +00:00

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;
}