ZelloCredentials: {
    network: string;
    password: string;
    username: string;
}

The credentials required to connect to Zello.

Type declaration

  • network: string

    The network to connect to. This is the "x" in your {x.zellowork.com} Zello Work console login.

  • password: string

    The password for the user.

  • username: string

    The username to connect.