build
This commit is contained in:
parent
a6205f1ab6
commit
e580643abc
40 changed files with 329 additions and 507 deletions
|
|
@ -9,10 +9,7 @@ export type tipoUsuarioExterno = {
|
|||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
};
|
||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, buscar, }: {
|
||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
||||
ambiente: z.infer<typeof zAmbiente>;
|
||||
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