UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 708 B
import { LoggedInResponseType } from "./"; export declare const registerBySendZaloOTP: (phone: string, areaCode: string) => Promise<import("./").ReturnType<unknown>>; export declare const resendZaloOTP: (phone: string, areaCode: string) => Promise<import("./").ReturnType<unknown>>; export declare const verifyByZaloOTP: (phone: string, areaCode: string, otpCode: string) => Promise<import("./").ReturnType<LoggedInResponseType>>; export declare const resendUpdatePhoneZaloOTP: (phone: string, areaCode: string) => Promise<import("./").ReturnType<unknown>>; export declare const verifyUpdatePhoneZaloOTP: (phone: string, areaCode: string, otpCode: string) => Promise<import("./").ReturnType<unknown>>;