Preparing search index...
The search index is not available
xingchen-avatar-sdk
xingchen-avatar-sdk
TYRequestConfig
Interface TYRequestConfig
interface
TYRequestConfig
{
data
?:
{
[
key
:
string
]
:
any
;
}
;
headers
?:
{
[
key
:
string
]
:
string
|
number
;
}
;
method
?:
"POST"
|
"GET"
;
url
?:
string
;
}
Index
Properties
data?
headers?
method?
url?
Properties
Optional
data
data
?:
{
[
key
:
string
]
:
any
;
}
Optional
headers
headers
?:
{
[
key
:
string
]
:
string
|
number
;
}
Optional
method
method
?:
"POST"
|
"GET"
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
headers
method
url
xingchen-avatar-sdk
Loading...