build
This commit is contained in:
parent
9e9cee855c
commit
e5bbcf11d3
8 changed files with 40 additions and 13 deletions
|
|
@ -6,7 +6,7 @@ export type tipoConstrutorPilao = { produto: string; conta: string }
|
|||
export type z_tipagem_registros = {
|
||||
z_contagem_em_barra_vertical: any[]
|
||||
z_contagem_em_pizza: any[]
|
||||
z_tabela: any[]
|
||||
z_tabela: { [k: string]: any }[]
|
||||
z_soma_em_barra_vertical: any[]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue