Tirando "PALHA" do front
This commit is contained in:
parent
55a4a90edb
commit
2f76a208b5
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ export default class Jogo {
|
|||
|
||||
export type Preco = 'VALOR' | 'DE_GRACA' | 'DESCONHECIDO' | 'PRESENTE' | number;
|
||||
|
||||
export type Estado = 'NOVO' | 'JOGUEI' | 'SATISFEITO' | 'PALHA' | 'ETERNO';
|
||||
export type Estado = 'NOVO' | 'JOGUEI' | 'SATISFEITO' | 'ETERNO';
|
Loading…
Reference in a new issue