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

@ -3,7 +3,7 @@ import { respostaComuns } from "p-respostas"
import { z } from "zod"
import {
PREFIXO,
tiposSeriesAgregacoes,
tiposColunasBasedados,
type zp_produto_conta,
} from "./_variaveis"
@ -14,7 +14,7 @@ export const zp_registrar_base_dados = z.object({
colunas: z.array(
z.object({
coluna: z.string(),
tipo: tiposSeriesAgregacoes,
tipo: tiposColunasBasedados,
}),
),
})