@barbarbar338/bhapi
Preparing search index...
QueueItem
Type Alias QueueItem
type
QueueItem
=
{
config
:
AxiosRequestConfig
;
path
:
string
;
reject
:
(
reason
?:
any
)
=>
void
;
resolve
:
(
value
:
AxiosResponse
)
=>
void
;
}
Index
Properties
config
path
reject
resolve
Properties
config
config
:
AxiosRequestConfig
path
path
:
string
reject
reject
:
(
reason
?:
any
)
=>
void
resolve
resolve
:
(
value
:
AxiosResponse
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
path
reject
resolve
@barbarbar338/bhapi
Loading...