This commit is contained in:
Luiz H. R. Silva 2024-07-10 14:57:02 -03:00
parent 75309db4ef
commit 82645e0e01
8 changed files with 74 additions and 43 deletions

View file

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