interface RequiredOptions {
    password: string;
    user: string;
}

Hierarchy (view full)

Properties

Properties

password: string
user: string