sora-js-sdk
Preparing search index...
JSONRPCRequest
Interface JSONRPCRequest
interface
JSONRPCRequest
{
id
?:
string
|
number
;
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
unknown
[]
|
Record
<
string
,
unknown
>
;
}
Index
Properties
id?
jsonrpc
method
params?
Properties
Optional
id
id
?:
string
|
number
jsonrpc
jsonrpc
:
"2.0"
method
method
:
string
Optional
params
params
?:
unknown
[]
|
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
sora-js-sdk
Loading...