0
0
Fork 0

Add writer_name and guesser_name to the config

This commit is contained in:
Oliver-Akins 2020-12-26 14:42:37 -07:00
parent 6cd07c864d
commit f37fc5fb4d

View file

@ -14,6 +14,8 @@ interface config {
game: { game: {
hand_size: number; hand_size: number;
code_length: number; code_length: number;
writer_name: string;
guesser_name: string;
cards: { cards: {
type: `csv` | `sheets`; type: `csv` | `sheets`;
key?: string; key?: string;