This commit is contained in:
Luiz H. R. Silva 2024-07-05 15:11:58 -03:00
parent 9311b66eb7
commit 9aa20d03a1
8 changed files with 74 additions and 22 deletions

View file

@ -168,6 +168,7 @@ export declare const extruturas_de_campos: {
[c in keyof z.infer<(typeof visoes)[z]>]: {
rotulo: string;
tipo_campo: z.infer<typeof z_tipos_campos>;
order: number;
};
};
};