UNPKG
@bunihq/app-bridge
Version:
latest (0.0.1)
0.0.1
0.0.1-next.3
0.0.1-next.2
0.0.1-next.1
BuniHQ App Bridge library
@bunihq/app-bridge
/
dist
/
events
/
index.d.mts
8 lines
(6 loc)
•
229 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
declare
const
EVENTS
: {
readonly
HOST_COMPONENT_CONNECTED
:
"host-component-connected"
;
readonly
REQUEST_SESSION_TOKEN
:
"request-session-token"
; };
type
EventType
= keyof
typeof
EVENTS
;
export
{
EVENTS
,
type
EventType
};