UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

6 lines (5 loc) 247 B
import { IIntegRequest, IInteg_config } from './config.js'; declare type Params = Record<string, unknown>; export declare function getConfigJson(): Promise<IInteg_config>; export declare function preProcess(req: IIntegRequest): Params; export {};