UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

4 lines (3 loc) 60 B
export type WithIdOption<PlayerId> = { id: PlayerId; };