Preparing search index...
The search index is not available
wiz-light - v1.0.3
wiz-light
IResponse
Interface IResponse
interface
IResponse
{
env
:
string
;
error
?:
{
code
:
number
;
message
:
string
;
}
;
id
:
number
;
method
:
string
;
result
?:
{
success
:
boolean
;
}
;
}
Index
Properties
env
error?
id
method
result?
Properties
env
env
:
string
Optional
error
error
?:
{
code
:
number
;
message
:
string
;
}
Type declaration
code
:
number
message
:
string
id
id
:
number
method
method
:
string
Optional
result
result
?:
{
success
:
boolean
;
}
Type declaration
success
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
env
error
id
method
result
wiz-light - v1.0.3
Loading...