UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

10 lines (9 loc) 239 B
import { STATUS } from '../common.js'; export default class InstallationResponse { status: STATUS; title?: string; message?: string; note?: Array<string>; footer?: string; addNote(...note: Array<string>): number; }