UNPKG

zcatalyst-integ-cliq

Version:

Node.js SDK for integrating Zoho Catalyst with Zoho Cliq

7 lines (6 loc) 236 B
import FormValue from './form-value.js'; export default class FormDynamicFieldResponse { options?: Array<FormValue>; newFormValue(label?: string, value?: string): FormValue; addOption(...option: Array<FormValue>): number; }