.
This commit is contained in:
parent
78773e8943
commit
2747b6d509
8 changed files with 24 additions and 24 deletions
|
|
@ -4,7 +4,7 @@ import { z } from "zod";
|
|||
import { operadores_pilao, tiposSeriesAgregacoes, urlPilao, } from "./variaveis";
|
||||
const filtro = z.object({
|
||||
coluna: z.string(),
|
||||
valor: z.string(),
|
||||
valor: z.any(),
|
||||
operador: operadores_pilao,
|
||||
});
|
||||
export const zp_serie_registrar = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue