UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

14 lines (13 loc) 320 B
interface ICatalystError { message: string; code: number; } export declare class CatalystError extends Error { message: string; code: number; originalError?: Error; constructor(msg: string, code?: number, originalError?: Error); toJSON(): ICatalystError; toString(): string; } export {};