Sporades SDK API
Preparing search index...
server
MutationResult
Type Alias MutationResult<Result>
Standard mutation result envelope used by runtime hooks.
type
MutationResult
<
Result
=
unknown
>
=
{
data
?:
Result
|
null
;
error
?:
{
hint
?:
string
;
message
:
string
}
|
null
;
ok
:
boolean
;
}
Type Parameters
Result
=
unknown
Index
Properties
data?
error?
ok
Properties
Optional
data
data
?:
Result
|
null
Optional
error
error
?:
{
hint
?:
string
;
message
:
string
}
|
null
ok
ok
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
ok
Sporades SDK API
Loading...
Standard mutation result envelope used by runtime hooks.