js-curling-scoreboard / Exports / Action
Describes a single modification to a GameState
Name | Type |
---|---|
T |
T : keyof ActionTypeMap |
• payload: ActionTypeMap[T
]
Payload for the action (see ActionTypeMap)
• type: T
String action type (see ActionTypeMap)