UNPKG

rcs-sdk

Version:

封装客户端与平台间的相互调用功能。

6 lines (5 loc) 127 B
declare type userInfo = { [key: string]: any; }; export declare function get(token: string): Promise<userInfo>; export {};