Allow role to be undefined.
This commit is contained in:
parent
814c291443
commit
549383b529
1 changed files with 1 additions and 1 deletions
2
src/types/db.d.ts
vendored
2
src/types/db.d.ts
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
interface player {
|
interface player {
|
||||||
position: "chancellor"|"president"|undefined;
|
position: "chancellor"|"president"|undefined;
|
||||||
role: "liberal"|"fascist"|"hitler";
|
role: "liberal"|"fascist"|"hitler"|undefined;
|
||||||
host: boolean;
|
host: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue