This commit is contained in:
Luiz H. R. Silva 2024-06-14 14:56:17 -03:00
parent d8a5a12387
commit b799294b0e
24 changed files with 90 additions and 70 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.tiposColunas,
tipo: _variaveis_1.tiposSeriesAgregacoes,
})),
});
var registrar_base_dados = function (_a) {