build
This commit is contained in:
parent
86719a3c97
commit
3c7db25ca5
8 changed files with 17 additions and 1 deletions
2
dist-import/pilao-de-dados/visoes/index.d.ts
vendored
2
dist-import/pilao-de-dados/visoes/index.d.ts
vendored
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue