build
This commit is contained in:
parent
9eace9a0bb
commit
0e4e4c3cd5
6 changed files with 20 additions and 2 deletions
1
dist-import/residuos/index.d.ts
vendored
1
dist-import/residuos/index.d.ts
vendored
|
|
@ -115,3 +115,4 @@ export declare const zEmpreendimentoSincronizar: z.ZodObject<{
|
|||
versao: number;
|
||||
codigo_empreendedor: string;
|
||||
}>;
|
||||
export declare const nomesSincronizacoes: z.ZodEnum<["usuarios", "empreendedores", "empreendimentos"]>;
|
||||
|
|
|
|||
|
|
@ -58,3 +58,8 @@ export const zEmpreendimentoSincronizar = z.object({
|
|||
nome: z.string(),
|
||||
versao: z.number().int(),
|
||||
});
|
||||
export const nomesSincronizacoes = z.enum([
|
||||
"usuarios",
|
||||
"empreendedores",
|
||||
"empreendimentos",
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue