Preparing search index...
The search index is not available
Graviola CRUD
Graviola CRUD
rest-store-server/src
CommandInterceptor
Type Alias CommandInterceptor<R>
CommandInterceptor
:
(
cmd
:
StoreCommand
<
R
>
,
ctx
:
CommandContext
,
next
:
(
cmd
:
StoreCommand
<
R
>
)
=>
Promise
<
unknown
>
,
)
=>
Promise
<
unknown
>
Type Parameters
R
extends
SchemaRegistry
=
SchemaRegistry
Type declaration
(
cmd
:
StoreCommand
<
R
>
,
ctx
:
CommandContext
,
next
:
(
cmd
:
StoreCommand
<
R
>
)
=>
Promise
<
unknown
>
,
)
:
Promise
<
unknown
>
Parameters
cmd
:
StoreCommand
<
R
>
ctx
:
CommandContext
next
:
(
cmd
:
StoreCommand
<
R
>
)
=>
Promise
<
unknown
>
Returns
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Graviola CRUD
Loading...