UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

7 lines (6 loc) 131 B
import Action from './action.js'; export default class ButtonObject { newActionObject() { return new Action(); } }