Skip to content

Commit

Permalink
add typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Jul 9, 2024
1 parent 6329bc9 commit 9c53f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/codesync/PlayerActionEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type AgentPlayerActionName =
| 'SendAgentsToTrainingPlayerAction'
| 'RecallAgentsPlayerAction'

export const PlayerActionNameVal = [
export const PlayerActionNameVal: PlayerActionName[] = [
'AdvanceTimePlayerAction',
'BuyTransportCapacityPlayerAction',
'HireAgentsPlayerAction',
Expand Down

0 comments on commit 9c53f2b

Please sign in to comment.