2025-04-12 13:19:03 +03:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								<!DOCTYPE html> < html  class = "default"  lang = "en"  data-base = "../" > < head > < meta  charset = "utf-8" / > < meta  http-equiv = "x-ua-compatible"  content = "IE=edge" / > < title > CreateAxiosDefaults | trilium< / title > < meta  name = "description"  content = "Documentation for trilium" / > < meta  name = "viewport"  content = "width=device-width, initial-scale=1" / > < link  rel = "stylesheet"  href = "../assets/style.css" / > < link  rel = "stylesheet"  href = "../assets/highlight.css" / > < script  defer  src = "../assets/main.js" > < / script > < script  async  src = "../assets/icons.js"  id = "tsd-icons-script" > < / script > < script  async  src = "../assets/search.js"  id = "tsd-search-script" > < / script > < script  async  src = "../assets/navigation.js"  id = "tsd-nav-script" > < / script > < script  async  src = "../assets/hierarchy.js"  id = "tsd-hierarchy-script" > < / script > < / head > < body > < script > document . documentElement . dataset . theme  =  localStorage . getItem ( "tsd-theme" )  ||  "os" ; document . body . style . display = "none" ; setTimeout ( ( )  =>  window . app ? app . showPage ( ) : document . body . style . removeProperty ( "display" ) , 500 ) < / script > < header  class = "tsd-page-toolbar" > < div  class = "tsd-toolbar-contents container" > < a  href = "../index.html"  class = "title" > trilium< / a > < div  id = "tsd-toolbar-links" > < / div > < button  id = "tsd-search-trigger"  class = "tsd-widget"  aria-label = "Search" > < svg  width = "16"  height = "16"  viewBox = "0 0 16 16"  fill = "none"  aria-hidden = "true" > < use  href = "../assets/icons.svg#icon-search" > < / use > < / svg > < / button > < dialog  id = "tsd-search"  aria-label = "Search" > < input  role = "combobox"  id = "tsd-search-input"  aria-controls = "tsd-search-results"  aria-autocomplete = "list"  aria-expanded = "true"  autocapitalize = "off"  autocomplete = "off"  placeholder = "Search the docs"  maxLength = "100" / > < ul  role = "listbox"  id = "tsd-search-results" > < / ul > < div  id = "tsd-search-status"  aria-live = "polite"  aria-atomic = "true" > < div > Preparing search index...< / div > < / div > < / dialog > < a  href = "#"  class = "tsd-widget menu"  id = "tsd-toolbar-menu-trigger"  data-toggle = "menu"  aria-label = "Menu" > < svg  width = "16"  height = "16"  viewBox = "0 0 16 16"  fill = "none"  aria-hidden = "true" > < use  href = "../assets/icons.svg#icon-menu" > < / use > < / svg > < / a > < / div > < / header > < div  class = "container container-main" > < div  class = "col-content" > < div  class = "tsd-page-title" > < ul  class = "tsd-breadcrumb"  aria-label = "Breadcrumb" > < li > < a  href = "../modules/Backend_Script_API.html" > Backend Script API< / a > < / li > < li > < a  href = "../modules/Backend_Script_API._internal_.html" > < internal> < / a > < / li > < li > < a  href = ""  aria-current = "page" > CreateAxiosDefaults< / a > < / li > < / ul > < h1 > Interface CreateAxiosDefaults< D> < / h1 > < / div > < section  class = "tsd-panel tsd-comment" > < div  class = "tsd-comment tsd-typography" > < p > Construct a type with the properties of T except for those in type K.< / p >  
						 
					
						
							
								
									
										
										
										
											2025-04-12 13:30:24 +03:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
										 
							
							
								< / div > < div  class = "tsd-comment tsd-typography" > < / div > < / section > < div  class = "tsd-signature" > < span  class = "tsd-signature-keyword" > interface< / span >  < span  class = "tsd-kind-interface" > CreateAxiosDefaults< / span > < span  class = "tsd-signature-symbol" > < < / span > < a  class = "tsd-signature-type tsd-kind-type-parameter"  href = "#d" > D< / a >  < span  class = "tsd-signature-symbol" > =< / span >  < span  class = "tsd-signature-type" > any< / span > < span  class = "tsd-signature-symbol" > > < / span >  < span  class = "tsd-signature-symbol" > {< / span > < br / >         < a  class = "tsd-kind-property"  href = "#adapter" > adapter< / a > < span  class = "tsd-signature-symbol" > ?:< / span >  < a  href = "../types/Backend_Script_API._internal_.AxiosAdapterConfig.html"  class = "tsd-signature-type tsd-kind-type-alias" > AxiosAdapterConfig< / a >  < span  class = "tsd-signature-symbol" > |< / span >  < a  href = "../types/Backend_Script_API._internal_.AxiosAdapterConfig.html"  class = "tsd-signature-type tsd-kind-type-alias" > AxiosAdapterConfig< / a > < span  class = "tsd-signature-symbol" > []< / span > < span  class = "tsd-signature-symbol" > ;< / span > < br / >         < a  class = "tsd-kind-property"  href = "#allowabsoluteurls" > allowAbsoluteUrls< / a > < span  class = "tsd-signature-symbol" > ?:< / span >  < span  class = "tsd-signature-type" > boolean< / span > < span  class = "tsd-signature-symbol" > ;< / span > < br / >         < a  class = "tsd-kind-property"  href = "#auth" > auth< / a > < span  class = "tsd-signature-symbol" > ?:< / span >  < a  href = "Backend_Script_API._internal_.AxiosBasicCredentials.html"  class = "tsd-signature-type tsd-kind-interface" > AxiosBasicCredentials< / a > < span  class = "tsd-signature-symbol" > ;< / span > < br / >         < a  class = "tsd-kind-property"  href = "#baseurl" > baseURL< / a > < span  class = "tsd-signature-symbol" > ?:< / span >  < span  class = "tsd-signature-type" > string< / span > < span  class = "tsd-signature-symbol" > ;< / span > < br / >         < a  class = "tsd-kind-property"  href = "#beforeredirect" > beforeRedirect< / a > < span  class = "tsd-signature-symbol" > ?:< / span >  < span  class = "tsd-signature-symbol" > (< / span > < br / >                 < span  class = "tsd-kind-parameter" > options< / span > < span  class = "tsd-signature-symbol" > :< / span >  < a  href = "../types/Backend_Script_API._internal_.Record.html"  class = "tsd-signature-type tsd-kind-type-alias" > Record< / a > < span  class = "tsd-signature-symbol" > < < / span > < span  class = "tsd-signature-type" > string< / span > < span  class = "tsd-signature-symbol" > ,< / span >  < span  class = "tsd-signature-type" > any< / span > < span  class = "tsd-signature-symbol" > > < / span > < span  class = "tsd-signature-symbol" > ,< / span > < br / >                 < span  class = "tsd-kind-parameter" > responseDetails< / span > < span  class = "tsd-signature-symbol" > :< / span >  < span  class = "tsd-signature-symbol" > {< / span > < br / >                         < span  class = "tsd-kind-property" > headers< / span > < span  class = "tsd-signature-symbol" > :< / span >  < a  href = "../types/Backend_Script_API._internal_.Record.html"  class = "tsd-signature-type tsd-kind-type-alias" > Record< / a > < span  class = "tsd-signature-symbol" > < < / span > < span  class = "tsd-signature-type" > string< / span > < span  class = "tsd-signature-symbol" > ,< / span >  < span  class = "tsd-signature-type" > string< / span > < span  class = "tsd-signature-symbol" > > < / span > < span  class = "tsd-signature-symbol" > ;< / span > < br / >                         < span  class = "tsd-kind-property" > statusCode< / span > < span  class = "tsd-signature-symbol" > :< / span >  < a  href = "../enums/Backend_Script_API._internal_.HttpStatusCode.html"  class = "tsd-signature-type tsd-kind-enum" > HttpStatusCode< / a > < span  class = "tsd-signature-symbol" > ;< / span > < br / >                 < span  class = "tsd-signature-symbol" > }< / span > < span  class = "tsd-signature-symbol" > ,< / span > < br / >         < span  class = "tsd-signature-symbol" > )< / span >  < span  class = "tsd-signature-symbol" > => < / span >  < span  class = "tsd-signature-type" > void< / span > < span  class = "tsd-signature-symbol" > ;< / span > < br / >         < a  class = "tsd-kind-property"  href = "#canceltoken" > cancelToken< / a > < span  class = "tsd-signature-symbol" > ?:< / span >  < a  href = "Backend_Script_API._internal_.CancelToken.html"  class = "tsd-signature-type tsd-kind-interface" > CancelToken< / a > < span  class = "tsd-signature-symbol" > ;< / span > < br / >         < a  class = "tsd-kind-property"  href = "#data" > data< / a > < span  class = "tsd-signature-symbol" > ?:< / span >  < a  class = "tsd-signature-type  tsd  
						 
					
						
							
								
									
										
										
										
											2025-04-12 13:19:03 +03:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#allowabsoluteurls"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > allow< wbr / > Absolute< wbr / > Urls?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#auth"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > auth?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#baseurl"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > baseURL?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#beforeredirect"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > before< wbr / > Redirect?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#canceltoken"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > cancel< wbr / > Token?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#data"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > data?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#decompress"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > decompress?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#env"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > env?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#family"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > family?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#fetchoptions"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > fetch< wbr / > Options?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#formserializer"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > form< wbr / > Serializer?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#headers"  class = "tsd-index-link tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > headers?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#httpagent"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > http< wbr / > Agent?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#httpsagent"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > https< wbr / > Agent?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#insecurehttpparser"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > insecureHTTPParser?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#lookup"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > lookup?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#maxbodylength"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > max< wbr / > Body< wbr / > Length?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#maxcontentlength"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > max< wbr / > Content< wbr / > Length?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#maxrate"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > max< wbr / > Rate?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#maxredirects"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > max< wbr / > Redirects?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#method"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > method?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#ondownloadprogress"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > on< wbr / > Download< wbr / > Progress?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#onuploadprogress"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > on< wbr / > Upload< wbr / > Progress?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#params"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > params?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#paramsserializer"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > params< wbr / > Serializer?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#proxy"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > proxy?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#responseencoding"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > response< wbr / > Encoding?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#responsetype"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > response< wbr / > Type?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#signal"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > signal?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#socketpath"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > socket< wbr / > Path?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#timeout"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > timeout?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#timeouterrormessage"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > timeout< wbr / > Error< wbr / > Message?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#transformrequest"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > transform< wbr / > Request?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#transformresponse"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > transform< wbr / > Response?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#transitional"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > transitional?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#transport"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > transport?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#url"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > url?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#validatestatus"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > validate< wbr / > Status?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#withcredentials"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > with< wbr / > Credentials?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#withxsrftoken"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > withXSRFToken?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#xsrfcookiename"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > xsrf< wbr / > Cookie< wbr / > Name?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< a  href = "#xsrfheadername"  class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg  class = "tsd-kind-icon"  viewBox = "0 0 24 24"  aria-label = "Property" > < use  href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > xsrf< wbr / > Header< wbr / > Name?< / span > < / a >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
										 
							
							
								< / div > < / section > < / div > < / details > < / section > < / section > < details  class = "tsd-panel-group tsd-member-group tsd-accordion"  open > < summary  class = "tsd-accordion-summary"  data-key = "section-Properties" > < svg  width = "20"  height = "20"  viewBox = "0 0 24 24"  fill = "none"  aria-hidden = "true" > < use  href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > < h2 > Properties< / h2 > < / summary > < section > < section  class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3  class = "tsd-anchor-link"  id = "adapter" > < code  class = "tsd-tag" > Optional< / code > < span > adapter< / span > < a  href = "#adapter"  aria-label = "Permalink"  class = "tsd-anchor-icon" > < svg  viewBox = "0 0 24 24"  aria-hidden = "true" > < use  href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < div  class = "tsd-signature" > < span  class = "tsd-kind-property" > adapter< / span > < span  class = "tsd-signature-symbol" > ?:< / span >  < a  href = "../types/Backend_Script_API._internal_.AxiosAdapterConfig.html"  class = "tsd-signature-type tsd-kind-type-alias" > AxiosAdapterConfig< / a >  < span  class = "tsd-signature-symbol" > |< / span >  < a  href = "../types/Backend_Script_API._internal_.AxiosAdapterConfig.html"  class = "tsd-signature-type tsd-kind-type-alias" > AxiosAdapterConfig< / a > < span  class = "tsd-signature-symbol" > []< / span > < / div > < aside  class = "tsd-sources" > < p > Inherited from Omit.adapter< / p > < ul > < li > Defined in node_modules/axios/index.d.ts:330< / li > < / ul > < / aside > < / section > < section  class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3  class = "tsd-anchor-link"  id = "allowabsoluteurls" > < code  class = "tsd-tag" > Optional< / code > < span > allow< wbr / > Absolute< wbr / > Urls< / span > < a  href = "#allowabsoluteurls"  aria-label = "Permalink"  class = "tsd-anchor-icon" > < svg  viewBox = "0 0 24 24"  aria-hidden = "true" > < use  href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < div  class = "tsd-signature" > < span  class = "tsd-kind-property" > allowAbsoluteUrls< / span > < span  class = "tsd-signature-symbol" > ?:< / span >  < span  class = "tsd-signature-type" > boolean< / span > < / div > < aside  class = "tsd-sources" > < p > Inherited from Omit.allowAbsoluteUrls< / p > < ul > < li > Defined in node_modules/axios/index.d.ts:320< / li > < / ul > < / aside > < / section > < section  class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3  class = "tsd-anchor-link"  id = "auth" > < code  class = "tsd-tag" > Optional< / code > < span > auth< / span > < a  href = "#auth"  aria-label = "Permalink"  class = "tsd-anchor-icon" > < svg  viewBox = "0 0 24 24"  aria-hidden = "true" > < use  href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < div  class = "tsd-signature" > < span  class = "tsd-kind-property" > auth< / span > < span  class = "tsd-signature-symbol" > ?:< / span >  < a  href = "Backend_Script_API._internal_.AxiosBasicCredentials.html"  class = "tsd-signature-type tsd-kind-interface" > AxiosBasicCredentials< / a > < / div > < aside  class = "tsd-sources" > < p > Inherited from Omit.auth< / p > < ul > < li > Defined in node_modules/axios/index.d.ts:331< / li > < / ul > < / aside > < / section > < section  class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3  class = "tsd-anchor-link"  id = "baseurl" > < code  class = "tsd-tag" > Optional< / code > < span > baseURL< / span > < a  href = "#baseurl"  aria-label = "Permalink"  class = "tsd-anchor-icon" > < svg  viewBox = "0 0 24 24"  aria-hidden = "true" > < use  href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < div  class = "tsd-signature" > < span  class = "tsd-kind-property" > baseURL< / span > < span  class = "tsd-signature-symbol" > ?:< / span >  < span  class = "tsd-signature-type" > string< / span > < / div > < aside  class = "tsd-sources" > < p > Inherited from Omit.baseURL< / p > < ul > < li > Defined in node_modules/axios/index.d.ts:319< / li > < / ul > < / aside > < / section > < section  class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3  class = "tsd-anchor-link"  id = "beforeredirect" > < code  class = "tsd-tag" > Optional< / code > < span > before< wbr / > Redirect< / span > < a  href = "#beforeredirect"  aria-label = "Permalink"  class = "tsd-anchor-icon" > < svg  viewBox = "0 0 24 24"  aria-hidden = "true" > < use  href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < div  class = "tsd-signature" > < span  class = "tsd-kind-property" > beforeRedirect< / span > < span  class = "tsd-signature-symbol" > ?:< / span >  < span  class = "tsd-signature-symbol" > (< / span > < br / >         < span  class = "tsd-kind-parameter" > options< / span > < span  class = "tsd-signature-symbol" > :< /spa