fix: tipagem de usuario externo
This commit is contained in:
parent
2b7b780ad5
commit
126a3ed521
4 changed files with 5 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ export type tipoUsuarioExterno = {
|
|||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
codigo: string;
|
||||
cpf: string;
|
||||
};
|
||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
||||
ambiente: z.infer<typeof zAmbiente>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue