UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

11 lines (10 loc) 349 B
import { handlerFunction } from './cliq-objects/common.js'; declare type IHandler = Record<string, Record<string, { fun: handlerFunction; res: unknown; }>>; export declare class Handler { static handler: IHandler; static registerHandler(handlerType: string, name: string, callback: handlerFunction, res: unknown): void; } export {};