interface RunUserLogin {
    email: string;
    otp_type?: OTPType;
    password: string;
    pin_code?: string;
}

Hierarchy (view full)

Properties

email: string
otp_type?: OTPType
password: string
pin_code?: string