InterfacesVersion: NextOn this pageexternalApifyClientOptions Index PropertiesbaseUrlmaxRetriesminDelayBetweenRetriesMillisrequestInterceptorstimeoutSecstokenuserAgentSuffixProperties externaloptionalbaseUrlbaseUrl?: string = https://api.apify.comexternaloptionalmaxRetriesmaxRetries?: number = 8externaloptionalminDelayBetweenRetriesMillisminDelayBetweenRetriesMillis?: number = 500externaloptionalrequestInterceptorsrequestInterceptors?: (undefined | null | (value: ApifyRequestConfig) => ApifyRequestConfig | Promise<ApifyRequestConfig>)[] = []externaloptionaltimeoutSecstimeoutSecs?: number = 360externaloptionaltokentoken?: stringexternaloptionaluserAgentSuffixuserAgentSuffix?: string | string[]