Preparing search index...
The search index is not available
OneSDK
OneSDK
types/Plugin
PluginRequest
Interface PluginRequest
interface
PluginRequest
{
body
?:
any
;
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
;
params
:
{
[
key
:
string
]
:
string
;
}
;
url
:
string
;
}
Index
Properties
body?
method
params
url
Properties
Optional
body
body
?:
any
method
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
params
params
:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
url
url
:
string
Settings
Theme
OS
Light
Dark
On This Page
body
method
params
url
OneSDK
Loading...