Configuration settings for connecting to a server.

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

Properties

baseUrl: string
paths?: CustomPathConfig
timeout?: number