UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

7 lines (6 loc) 202 B
import { FormValue as IFormValue } from '../common.js'; export default class FormValue implements IFormValue { label?: string; value?: string; constructor(label?: string, value?: string); }