build
This commit is contained in:
parent
dcba11dbb8
commit
99a04ff45d
6 changed files with 9 additions and 6 deletions
|
|
@ -224,8 +224,11 @@ class ClassPilao {
|
|||
|
||||
serieConsultar<T extends nomesVisoes>(
|
||||
tipoVisao: T,
|
||||
parametros: z.infer<(typeof visoes_pilao)[T]> & z.infer<typeof z_padroes>,
|
||||
parametros_: z.infer<(typeof visoes_pilao)[T]> & z.infer<typeof z_padroes>,
|
||||
padroes?: Pick<z.infer<typeof z_padroes>, "descricao_pelo_usuario">,
|
||||
) {
|
||||
const parametros = { ...parametros_, ...(padroes || {}) }
|
||||
|
||||
const dados = async (): Promise<
|
||||
tipoResposta<tipoRetornoSerieconsulta<T>>
|
||||
> => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue