UNPKG
@gdyfe/rop-client
Version:
latest (1.2.0)
1.2.0
1.1.10
1.1.9
rop client
github.com/corcd/rop-client
corcd/rop-client
@gdyfe/rop-client
/
esm
/
types.d.ts
11 lines
(10 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
type
Event
= { [
k
:
string
]:
any
; };
export
interface
IROP {
ICS_ADDR
?:
string
;
ROP_FLASH_SITE
?:
string
;
PORT
?:
number
;
SSL_PORT
?:
number
; }
export
declare
type
Qos
=
0
|
1
|
2
;