This commit is contained in:
Luiz H. R. Silva 2024-07-05 15:22:45 -03:00
parent 9aa20d03a1
commit 1361effbf6
16 changed files with 47 additions and 234 deletions

View file

@ -33,7 +33,6 @@ export const operadores_permitidos_por_tipo = {
numero: ["=", "!=", ">", "<", ">=", "<="],
texto: ["=", "!="],
};
export const tiposSeriesAgregacoes = z.enum(["contagem", "somatoria"]);
export const z_validar_colunna_base_dados = {
texto: z.string().nullable(),
numero: z.number().nullable(),