InterfacesVersion: NextOn this pageApifyClientOptions Index PropertiesbaseUrlmaxRetriesminDelayBetweenRetriesMillisrequestInterceptorstimeoutSecstokenuserAgentSuffixProperties optionalbaseUrlbaseUrl?: string = ```ts https://api.apify.com ```optionalmaxRetriesmaxRetries?: number = ```ts 8 ```optionalminDelayBetweenRetriesMillisminDelayBetweenRetriesMillis?: number = ```ts 500 ```optionalrequestInterceptorsrequestInterceptors?: (undefined | null | (value: ApifyRequestConfig) => ApifyRequestConfig | Promise<ApifyRequestConfig>)[] = (undefined | null | (value: ApifyRequestConfig) => ApifyRequestConfig | Promise<ApifyRequestConfig>)[]optionaltimeoutSecstimeoutSecs?: number = ```ts 360 ```optionaltokentoken?: stringoptionaluserAgentSuffixuserAgentSuffix?: string | string[]