CommandInterceptor: (
    cmd: StoreCommand<R>,
    ctx: CommandContext,
    next: (cmd: StoreCommand<R>) => Promise<unknown>,
) => Promise<unknown>

Type Parameters

  • R extends SchemaRegistry = SchemaRegistry

Type declaration