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