interface LoginCredentials {
    email: string;
    otp_type: OTPType;
    password: string;
    pin_code: string;
}

Properties

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