export interface IntelligenceV1FactoryMethodConfig {
    baseUrl: string,
    authenticationUrl: string,
    xClientIp: string
}
