Interface BaseNodeOptions

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

Hierarchy (View Summary)

Properties

Properties

password: string
userId: string