UNPKG

minapp-fetch

Version:
6 lines (5 loc) 239 B
import { ICurrentUser } from './index'; declare function fetchLoginWithSmsVerificationCode(phone: string, code: string, params?: { createUser?: boolean; }): Promise<ICurrentUser>; export default fetchLoginWithSmsVerificationCode;