@lasuillard/raindrop-client
Preparing search index...
<internal>
AxiosRequestInterceptorUse
Type Alias AxiosRequestInterceptorUse<T>
AxiosRequestInterceptorUse
:
(
onFulfilled
?:
(
(
value
:
T
)
=>
T
|
Promise
<
T
>
)
|
null
,
onRejected
?:
(
(
error
:
any
)
=>
any
)
|
null
,
options
?:
AxiosInterceptorOptions
,
)
=>
number
Type Parameters
T
Type declaration
(
onFulfilled
?:
(
(
value
:
T
)
=>
T
|
Promise
<
T
>
)
|
null
,
onRejected
?:
(
(
error
:
any
)
=>
any
)
|
null
,
options
?:
AxiosInterceptorOptions
,
)
:
number
Parameters
Optional
onFulfilled
: (
(
value
:
T
)
=>
T
|
Promise
<
T
>
)
|
null
Optional
onRejected
: (
(
error
:
any
)
=>
any
)
|
null
Optional
options
:
AxiosInterceptorOptions
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@lasuillard/raindrop-client
Loading...