This commit is contained in:
Luiz H. R. Silva 2024-07-05 11:15:16 -03:00
parent 86719a3c97
commit 3c7db25ca5
8 changed files with 17 additions and 1 deletions

View file

@ -157,6 +157,8 @@ export declare const extruturas_de_campos: {
[z in keyof typeof visoes]: {
/** Nome da Visão */
visao: z;
/** Rotulo */
rotulo: string;
/** Retorna a tabela Referente ao Registro */
tabela: (_: z.infer<(typeof visoes)[z]>) => string;
/** Descrição */