Airtable access module for grantbase
const airtable = require('airtable-grantbase')({
api: 'API-KEY',
base: 'BASE ID',
tags: 'TAGS TABLE ID',
grants: 'GRANTS TABLE ID',
queuer: 'ID of Yandex.Cloud function, that works with queues',
webhookId: 'OPTIONAL - WEBHOOK ID',
webhookSecret: 'OPTIONAL - WEBHOOK SECRET'
})