matterbridge-roborock-vacuum-plugin
Version:
Matterbridge Roborock Vacuum Plugin
10 lines • 343 B
JavaScript
/**
* Centralized type definitions barrel export.
* Provides a single import point for commonly used types.
* @module types
*/
export { DEFAULT_SERVICE_CONFIG } from './config.js';
// Message payload types
export * from './MessagePayloads.js';
export { NotifyMessageTypes } from './notifyMessageTypes.js';
//# sourceMappingURL=index.js.map