This commit is contained in:
Luiz Silva 2024-10-02 09:49:36 -03:00
parent efd8aaf87d
commit b83125f06b
7 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@ import type { visoes } from "../visoes"
export type tipoConstrutorPilao = { produto: string; conta: string }
export type tipoRetornoSerirconsulta<T extends keyof typeof visoes> = {
export type tipoRetornoSerieconsulta<T extends keyof typeof visoes> = {
registros: any[]
legenda: string
serie: z.infer<(typeof visoes)[T]>