UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

9 lines (8 loc) 169 B
export default class VoidResponse { newVoidResponse() { return new VoidResponse(); } constructor() { Object.preventExtensions(this); } }