Tirando valor, já que só existe no backend
This commit is contained in:
parent
2f76a208b5
commit
da27099727
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
Loading…
Reference in a new issue