build
This commit is contained in:
parent
45d7067509
commit
132c627ed8
4 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ import type { visoes_pilao, z_padroes } from "../visoes/listaDeVisoes"
|
|||
import type { tipo_pilao_api } from "./pilao-api.ts"
|
||||
import type { tipoConstrutorPilao, tipoRetornoSerieconsulta } from "./tipagem"
|
||||
|
||||
type nomesVisoes = keyof typeof visoes_pilao
|
||||
export type nomesVisoes = keyof typeof visoes_pilao
|
||||
|
||||
export type retornoSerieConsultar<T extends nomesVisoes> = {
|
||||
dados: () => Promise<tipoResposta<tipoRetornoSerieconsulta<T>>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue