API ReferenceTypesRequestConfigOn this pageRequestConfig type RequestConfig = { baseURL?: string; headers?: Record<string, string>; timeout?: number;}; Properties baseURL? optional baseURL?: string; headers? optional headers?: Record<string, string>; timeout? optional timeout?: number;