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
/
command-suggestion.d.ts
8 lines
(7 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
CommandSuggestion
as
ICommandSuggestion
}
from
'../common.js'
;
export
default
class
CommandSuggestion
implements
ICommandSuggestion
{
title
?:
string
;
description
?:
string
;
imageurl
?:
string
;
constructor
(
title
?:
string
,
description
?:
string
,
imageurl
?:
string
); }