refatoração do drive de pilão de dados
This commit is contained in:
parent
1ee3565d3d
commit
f6c203ee3e
31 changed files with 887 additions and 554 deletions
4
dist-import/pilao-de-dados/Pilao/tipagem.d.ts
vendored
Normal file
4
dist-import/pilao-de-dados/Pilao/tipagem.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export type tipoConstrutorPilao = {
|
||||
produto: string;
|
||||
conta: string;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue