interface JourneyServerConfig {
    baseUrl?: string;
    timeout?: number;
    wellknown: string;
}

Properties

baseUrl?: string
timeout?: number
wellknown: string