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