UNPKG

tccc-vue-uikit

Version:

TCCC Vue3 UIKit

18 lines (14 loc) 256 B
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; }