Preparing search index...
The search index is not available
mercury-sdk
mercury-sdk
types
backendRequestArgs
Interface backendRequestArgs
interface
backendRequestArgs
{
body
?:
Record
<
string
,
any
>
;
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
;
url
?:
string
;
}
Index
Properties
body?
method
url?
Properties
Optional
body
body
?:
Record
<
string
,
any
>
method
method
:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
body
method
url
mercury-sdk
Loading...