Interface AccountLoginResponse

interface AccountLoginResponse {
    logged_in_user: AccountLoginResponseLogged_in_user;
    status: string;
}

Properties

status: string