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