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
/
installation-response.d.ts
10 lines
(9 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
STATUS
}
from
'../common.js'
;
export
default
class
InstallationResponse
{
status
:
STATUS
;
title
?:
string
;
message
?:
string
;
note
?:
Array
<
string
>;
footer
?:
string
;
addNote
(...
note
:
Array
<
string
>):
number
; }