UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

11 lines (10 loc) 168 B
export default class OembedActions { constructor(type) { this.type = type; } newConfirm() { return new Confirm(); } } class Confirm { }