Interface BaseNodeOptions

interface BaseNodeOptions {
    host?: HostOptions;
    password: string;
    userId: string;
}

Hierarchy (view full)

Properties

Properties

password: string
userId: string