UNPKG
@simplito/privmx-webendpoint
Version:
latest (2.7.4)
2.7.4
2.7.3
2.7.2
2.7.1
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.3.0
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.0.5
2.0.4
2.0.3
PrivMX Web Endpoint library
@simplito/privmx-webendpoint
/
dist
/
webStreams
/
types
/
BaseServerTypes.d.ts
11 lines
(10 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
AppRequest
{
kind
:
string
;
clientId
?:
string
;
data
?:
any
; }
export
interface
RequestOpaque
{
requestId
:
number
;
clientId
?:
string
;
request
:
AppRequest
; }