UNPKG
zcatalyst-integ-cliq
Version:
latest (1.1.0)
1.1.0
1.0.0
0.1.1
0.1.0
0.0.1
Node.js SDK for integrating Zoho Catalyst with Zoho Cliq
www.zoho.com/catalyst/
zcatalyst-integ-cliq
/
lib
/
cliq-objects
/
response-objects
/
form-dynamic-field-response.d.ts
7 lines
(6 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
FormValue
from
'./form-value.js'
;
export
default
class
FormDynamicFieldResponse
{
options
?:
Array
<
FormValue
>;
newFormValue
(
label
?:
string
,
value
?:
string
):
FormValue
;
addOption
(...
option
:
Array
<
FormValue
>):
number
; }