Preparing search index...
The search index is not available
kkrpc
kkrpc
mod
Response
Interface Response<T>
interface
Response
<
T
>
{
error
?:
string
;
result
?:
T
;
}
Type Parameters
T
=
any
Index
Properties
error?
result?
Properties
Optional
error
error
?:
string
Optional
result
result
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
result
kkrpc
Loading...