UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

8 lines (7 loc) 168 B
export default class Banner { constructor(text, status = 'success') { this.type = 'banner'; this.text = text; this.status = status; } }