From da27099727468309ffa58fb2af0f7a6415c51c66 Mon Sep 17 00:00:00 2001 From: Gustavo Barbosa Date: Wed, 13 Aug 2025 12:17:36 -0300 Subject: [PATCH] =?UTF-8?q?Tirando=20valor,=20j=C3=A1=20que=20s=C3=B3=20ex?= =?UTF-8?q?iste=20no=20backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/modelo/Jogo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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