wip version of the api
This commit is contained in:
parent
c24967dc74
commit
7d80b20390
8 changed files with 61 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
export const SUPPORTED_LANGUAGE_CODES = ["en", "it"] as const;
|
||||
|
||||
export const SUPPORTED_POS = ["noun"] as const;
|
||||
|
||||
export const GAME_ROUNDS = ["3", "10"] as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue