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

@ -4,7 +4,7 @@ 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]>;