UNPKG
dbus-ts
Version:
latest (0.0.7)
0.0.7
0.0.6
Re-implementation of dbus-native in typescript using promises
github.com/bonan/dbus-ts
bonan/dbus-ts
dbus-ts
/
src
/
message.ts
17 lines
(14 loc)
•
272 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export
interface
Message
{
type
?:
number
serial
?:
number
replySerial
?:
number
member
?:
string
path
?:
string
destination
?:
string
sender
?:
string
interface
?:
string
flags?:
number
errorName?:
string
signature?:
string
body?:
any
}