Skip to content

CommandHandlerResult

API reference for CommandHandlerResult

@delta-base/toolkit


Type Alias: CommandHandlerResult<State, TEvent>

Section titled “Type Alias: CommandHandlerResult<State, TEvent>”

CommandHandlerResult<State, TEvent> = object

Result of command handling operation

State

TEvent extends Event = Event

appendResult: AppendToStreamResult


newEvents: TEvent[]


newState: State