build
This commit is contained in:
parent
efd8aaf87d
commit
b83125f06b
7 changed files with 10 additions and 10 deletions
|
|
@ -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]>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue