export type TUICoreParams = {
  SDKAppID: number;
  tim?: any;
}

export type TUICoreLoginParams = {
  userID: string;
  userSig: string;
}

export type TUIServer = {
  [propName: string]: any;
}

export type TUIStoreType =  {
  [propName: string]: any;
}
