UNPKG
@oneclick.dev/sdk
Version:
latest (0.2.2)
0.2.2
The OneClick Studio SDK
@oneclick.dev/sdk
/
dist
/
types.d.ts
10 lines
(9 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
NotifyOptions
{
title
:
string
;
message
:
string
;
userId
?:
string
; }
export
interface
FlowOptions
{
flowName
:
string
;
payload
?:
Record
<
string
,
any
>; }