UNPKG

dbus-ts

Version:

Re-implementation of dbus-native in typescript using promises

17 lines (14 loc) 272 B
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 }