This commit is contained in:
Luiz H. R. Silva 2024-07-01 13:17:11 -03:00
parent 78773e8943
commit 2747b6d509
8 changed files with 24 additions and 24 deletions

View file

@ -11,7 +11,7 @@ import {
const filtro = z.object({
coluna: z.string(),
valor: z.string(),
valor: z.any(),
operador: operadores_pilao,
})