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
/
context.d.ts
9 lines
(8 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
ContextParam
from
'./context-param.js'
;
export
default
class
Context
{
id
?:
string
;
timeout
?:
number
;
params
?:
Array
<
ContextParam
>;
newParam
():
ContextParam
;
addParams
(...
param
:
Array
<
ContextParam
>):
number
; }