build
This commit is contained in:
parent
9aa20d03a1
commit
1361effbf6
16 changed files with 47 additions and 234 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue