Internal configuration after wellknown discovery and path resolution. Used internally by the journey client — not part of the public API.

interface InternalJourneyClientConfig {
    error?: GenericError;
    serverConfig: ResolvedServerConfig;
}

Properties

Properties

error?: GenericError
serverConfig: ResolvedServerConfig