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

interface InternalJourneyClientConfig {
    error?: GenericError;
    middleware?: RequestMiddleware[];
    serverConfig: ResolvedServerConfig;
}

Properties

error?: GenericError
middleware?: RequestMiddleware[]

Optional middleware for request customization

serverConfig: ResolvedServerConfig