@semo/core
Preparing search index...
types
HookInvocationResult
Interface HookInvocationResult<T>
interface
HookInvocationResult
<
T
>
{
errors
:
{
error
:
Error
;
plugin
:
string
}
[]
;
result
:
T
;
}
Type Parameters
T
Index
Properties
errors
result
Properties
errors
errors
:
{
error
:
Error
;
plugin
:
string
}
[]
result
result
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
errors
result
@semo/core
Loading...