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