Set Tabelas
Sentando tabelas que irão ser requisitadas.user_7146998325
javascript
2 years ago
323 B
0
Indexable
Never
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); })