UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

7 lines (6 loc) 129 B
export default class FormValue { constructor(label, value) { this.label = label; this.value = value; } }