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

Properties

Properties

timeout?: number
wellknown: string