UNPKG

dbus-sdk

Version:

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

7 lines 326 B
import { BusNameBasicInfo } from './BusNameBasicInfo'; /** * Type alias for basic information about a DBus service. * This type is equivalent to BusNameBasicInfo, representing metadata or details about a service on the DBus. */ export type ServiceBasicInfo = BusNameBasicInfo; //# sourceMappingURL=ServiceBasicInfo.d.ts.map