UNPKG

dbus-sdk

Version:

A Node.js SDK for interacting with DBus, enabling seamless service calling and exposure with TypeScript support

8 lines 290 B
import { DBusSignedValue } from './DBusSignedValue'; export declare class DBusTypeClass extends DBusSignedValue { static type: string; $arrayItemSignature: string; $value: any | DBusTypeClass | DBusTypeClass[]; get value(): any; } //# sourceMappingURL=DBusTypeClass.d.ts.map