UNPKG

zapier-platform-cli

Version:

The CLI for managing integrations in Zapier Developer Platform.

8 lines (6 loc) 237 B
/* eslint-disable camelcase */ const list_models = require('./list_models.js'); // If you add a new Dynamic Dropdown, make sure it is exported here to display in the Zapier Editor module.exports = { [list_models.key]: list_models, };