Tirando valor, já que só existe no backend

This commit is contained in:
Gustavo Barbosa 2025-08-13 12:17:36 -03:00
parent 2f76a208b5
commit da27099727

View file

@ -9,6 +9,6 @@ export default class Jogo {
) { }
}
export type Preco = 'VALOR' | 'DE_GRACA' | 'DESCONHECIDO' | 'PRESENTE' | number;
export type Preco = 'DE_GRACA' | 'DESCONHECIDO' | 'PRESENTE' | number;
export type Estado = 'NOVO' | 'JOGUEI' | 'SATISFEITO' | 'ETERNO';