.
This commit is contained in:
parent
681141a8d8
commit
a1e543cfb8
12 changed files with 87 additions and 46 deletions
16
dist-import/autenticacao/_usuarios_quipo_governo.d.ts
vendored
Normal file
16
dist-import/autenticacao/_usuarios_quipo_governo.d.ts
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import { type tipoResposta } from "p-respostas";
|
||||
export type tipoUsuarioExterno = {
|
||||
nome: string;
|
||||
email: string;
|
||||
telefone: string;
|
||||
vinculo: string;
|
||||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
};
|
||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, buscar, }: {
|
||||
ambiente: "desenvolvimento" | "producao";
|
||||
token_produto: string;
|
||||
buscar: (url: string, headers: {
|
||||
[k: string]: string;
|
||||
}) => Promise<tipoResposta<tipoUsuarioExterno[]>>;
|
||||
}) => Promise<tipoResposta<tipoUsuarioExterno[]>>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue