This commit is contained in:
Luiz H. R. Silva 2024-06-14 15:00:06 -03:00
parent b799294b0e
commit 1a2cd2ce56
8 changed files with 28 additions and 28 deletions

View file

@ -45,7 +45,7 @@ exports.zp_registrar_base_dados = zod_1.z.object({
tabela: zod_1.z.string(),
colunas: zod_1.z.array(zod_1.z.object({
coluna: zod_1.z.string(),
tipo: _variaveis_1.tiposSeriesAgregacoes,
tipo: _variaveis_1.tiposColunasBasedados,
})),
});
var registrar_base_dados = function (_a) {