@sqlrooms/room-store / RoomCommandInvokeFailureEvent
Type Alias: RoomCommandInvokeFailureEvent<RS>
RoomCommandInvokeFailureEvent<
RS> =RoomCommandInvokeStartEvent<RS> &object
Type Declaration
| Name | Type |
|---|---|
result | RoomCommandResult |
durationMs | number |
Type Parameters
| Type Parameter | Default type |
|---|---|
RS extends BaseRoomStoreState | BaseRoomStoreState |
