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
/
handler-util.d.ts
6 lines
(5 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IIntegRequest
,
IInteg
_config }
from
'./config.js'
;
declare
type
Params
=
Record
<
string
,
unknown
>;
export
declare
function
getConfigJson
(
):
Promise
<
IInteg
_config>;
export
declare
function
preProcess
(
req
:
IIntegRequest
):
Params
;
export
{};