UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

7 lines (6 loc) 124 B
export default class PreviewURL { constructor(url) { this.type = 'preview_url'; this.url = url; } }