@hhgtech/hhg-components
Version:
Hello Health Group common components
7 lines (6 loc) • 708 B
TypeScript
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>>;