build
This commit is contained in:
parent
5f4e551d82
commit
87309f5b39
4 changed files with 5 additions and 1 deletions
1
dist-require/residuos/index.d.ts
vendored
1
dist-require/residuos/index.d.ts
vendored
|
|
@ -90,6 +90,7 @@ export declare const zUsuarioSincronizar: z.ZodObject<{
|
|||
senha: string;
|
||||
} | undefined;
|
||||
}>;
|
||||
export type tipo_zUsuarioSincronizar = z.infer<typeof zUsuarioSincronizar>;
|
||||
/** Tipagem usada para o processo de sincronização entre modulos */
|
||||
export declare const zEmpreendedorSincronizar: z.ZodObject<{
|
||||
codigo: z.ZodString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue