UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

8 lines (7 loc) 288 B
import { CommandSuggestion as ICommandSuggestion } from '../common.js'; export default class CommandSuggestion implements ICommandSuggestion { title?: string; description?: string; imageurl?: string; constructor(title?: string, description?: string, imageurl?: string); }