8 lines
297 B
TypeScript
8 lines
297 B
TypeScript
import { loginByPassword, loginMp, loginWechatMp, syncUserInfoWechatMp } from './token';
|
|
export declare const aspectDict: {
|
|
loginByPassword: typeof loginByPassword;
|
|
loginMp: typeof loginMp;
|
|
loginWechatMp: typeof loginWechatMp;
|
|
syncUserInfoWechatMp: typeof syncUserInfoWechatMp;
|
|
};
|