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

@ -20,7 +20,6 @@ export declare const operadores_pilao: z.ZodEnum<["=", "!=", ">", "<", ">=", "<=
export declare const operadores_permitidos_por_tipo: {
[key in z.infer<typeof z_tipo_coluna_base_dados>]: z.infer<typeof operadores_pilao>[];
};
export declare const tiposSeriesAgregacoes: z.ZodEnum<["contagem", "somatoria"]>;
export declare const z_validar_colunna_base_dados: {
texto: z.ZodNullable<z.ZodString>;
numero: z.ZodNullable<z.ZodNumber>;