export default interface IChatConfig {
    DataMaskingInfo: unknown;
    LiveChatConfigAuthSettings: unknown;
    LiveWSAndLiveChatEngJoin: any;
}
