This commit is contained in:
Luiz Silva 2024-09-11 12:31:16 -03:00
parent 9eace9a0bb
commit 0e4e4c3cd5
6 changed files with 20 additions and 2 deletions

View file

@ -115,3 +115,4 @@ export declare const zEmpreendimentoSincronizar: z.ZodObject<{
versao: number;
codigo_empreendedor: string;
}>;
export declare const nomesSincronizacoes: z.ZodEnum<["usuarios", "empreendedores", "empreendimentos"]>;