UNPKG
@pubby.club/sdk
Version:
latest (0.0.1)
next (0.0.1)
0.0.1
Pubby Development Kit
github.com/pubby-club/sdk
pubby-club/sdk
@pubby.club/sdk
/
types
/
websocket
/
incoming
/
all-events.d.ts
6 lines
(5 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
types
from
'.'
;
declare
type
K = keyof
typeof
types;
declare
type
Msgs
=
typeof
types[K];
export
declare
const
ALL_EVENTS
:
Map
<
string
,
Msgs
>;
export
{};