diff --git a/src/frontend/src/modelo/Jogo.ts b/src/frontend/src/modelo/Jogo.ts index 82937c8..16151e1 100644 --- a/src/frontend/src/modelo/Jogo.ts +++ b/src/frontend/src/modelo/Jogo.ts @@ -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'; \ No newline at end of file