Configuration settings for connecting to a server.

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

Properties

baseUrl: string
timeout?: number