Interface RequiredOptions

interface RequiredOptions {
    host: string;
}

Hierarchy (view full)

Properties

Properties

host: string