Set Tabelas
Sentando tabelas que irão ser requisitadas.user_7146998325
javascript
3 years ago
323 B
9
Indexable
const airtablereq = require("./teste")
const airreq = [
{tb: 'Pessoas 2.0'},
{tb: 'Alocação 2.0'},
{tb: 'Projetos'},
{tb: 'Preço/Nivel'},
{tb: 'Competências'},
{tb: 'Orçado Indireto'},
{tb: 'Contrato'},
]
airreq.forEach(tbatual => {
airtablereq(tbatual.tb);
})
Editor is loading...