interface LegacyServerConfig {
    baseUrl: string;
    timeout?: number;
}

Properties

Properties

baseUrl: string
timeout?: number