UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

8 lines (7 loc) 197 B
import { BANNER_STATUS } from '../common.js'; export default class Banner { type: string; text: string; status?: BANNER_STATUS; constructor(text: string, status?: BANNER_STATUS); }