Configuration settings for connecting to a server.

interface PathsConfig {
    paths: CustomPathConfig;
    timeout?: number;
}

Properties

Properties

paths: CustomPathConfig
timeout?: number