UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

8 lines (7 loc) 197 B
import { StringObjectMap } from '../common.js'; export default class IntegResponse { responseBody: unknown; contentType: string; status: number; buildResponse(): StringObjectMap; }