Tirando "PALHA" do front

This commit is contained in:
Gustavo Barbosa 2025-08-13 11:45:59 -03:00
parent 55a4a90edb
commit 2f76a208b5

View file

@ -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';