interface JourneyClientConfig {
    middleware?: RequestMiddleware[];
    realmPath?: string;
    serverConfig?: PathsConfig;
}

Hierarchy (View Summary)

Properties

middleware?: RequestMiddleware[]
realmPath?: string
serverConfig?: PathsConfig