Preparing search index...
The search index is not available
devfive front components
devfive front components
index
DevfiveApiRequestOption
Type alias DevfiveApiRequestOption<QS, Body>
Devfive
Api
Request
Option
<
QS
,
Body
>
:
[
Body
]
extends
[
never
]
?
{
headers
?:
Record
<
string
,
string
|
number
>
;
qs
?:
QS
;
}
:
{
data
:
Body
;
headers
?:
Record
<
string
,
string
|
number
>
;
qs
?:
QS
;
}
Type Parameters
QS
=
any
Body
=
never
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
devfive front components
index
test
Generated using
TypeDoc