Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/jsonrpc
SuccessResponse
Interface SuccessResponse<R>
interface
SuccessResponse
<
R
=
unknown
>
{
id
:
Id
;
jsonrpc
:
"2.0"
;
result
:
R
;
}
Type Parameters
R
=
unknown
Index
Properties
id
jsonrpc
result
Properties
Readonly
id
id
:
Id
Readonly
jsonrpc
jsonrpc
:
"2.0"
Readonly
result
result
:
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
result
Guides
Skill
GitHub
Prelude API
Loading...