@sqlrooms/room-store / validateCommandInput
Function: validateCommandInput()
validateCommandInput<
RS>(command,input,context):Promise<unknown>
Type Parameters
| Type Parameter |
|---|
RS extends BaseRoomStoreState |
Parameters
| Parameter | Type |
|---|---|
command | RoomCommand<RS> |
input | unknown |
context | RoomCommandExecutionContext<RS> |
Returns
Promise<unknown>
