AccountLoginArgs

Type Alias AccountLoginArgs 

Source
pub type AccountLoginArgs = PerformAccountLoginRequest;

Aliased Type§

pub struct AccountLoginArgs {
    pub account_id: String,
    pub login_status: bool,
}

Fields§

§account_id: String§login_status: bool