build
This commit is contained in:
parent
1d2ac18171
commit
0172055539
15 changed files with 44 additions and 41 deletions
18
dist-import/autenticacao/_usuarios_quipo.d.ts
vendored
Normal file
18
dist-import/autenticacao/_usuarios_quipo.d.ts
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
import { type tipoResposta } from "p-respostas";
|
||||
import type { z } from "zod";
|
||||
import type { tipos_de_acesso_quipo } from "../tokenQuipo";
|
||||
import type { zAmbiente } from "../ts/ambiente";
|
||||
export type tipoUsuarioExterno = {
|
||||
nome: string;
|
||||
email: string;
|
||||
telefone: string;
|
||||
vinculo: string;
|
||||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
codigo: string;
|
||||
};
|
||||
export declare const usuarios_quipo: ({ token_produto, ambiente, tipo, }: {
|
||||
ambiente: z.infer<typeof zAmbiente>;
|
||||
token_produto: string;
|
||||
tipo: tipos_de_acesso_quipo;
|
||||
}) => Promise<tipoResposta<tipoUsuarioExterno[]>>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue