This commit is contained in:
Luiz H. R. Silva 2024-07-05 11:04:26 -03:00
parent 9300367948
commit 86719a3c97
8 changed files with 67 additions and 28 deletions

View file

@ -164,6 +164,7 @@ export declare const extruturas_de_campos: {
/** Lista os campos e suas configurações */
campos: {
[c in keyof z.infer<(typeof visoes)[z]>]: {
rotulo: string;
tipo_campo: z.infer<typeof z_tipos_campos>;
};
};