Add a policy type alias.
This commit is contained in:
parent
ea13b46c66
commit
64b5428136
1 changed files with 2 additions and 0 deletions
2
src/types/db.d.ts
vendored
2
src/types/db.d.ts
vendored
|
|
@ -6,6 +6,8 @@ interface player {
|
||||||
|
|
||||||
type game_states = "lobby";
|
type game_states = "lobby";
|
||||||
|
|
||||||
|
type policy = "liberal" | "facist";
|
||||||
|
|
||||||
type players = {[key: string]: player};
|
type players = {[key: string]: player};
|
||||||
|
|
||||||
interface database {
|
interface database {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue