UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

14 lines (13 loc) 332 B
import OembedActions from './oembed-actions.js'; import OembedFields from './oembed-fields.js'; export default class UnfurlResponse { constructor(type) { this.type = type; } newOembedFields() { return new OembedFields(); } newOembedActions(type) { return new OembedActions(type); } }