UNPKG

matterbridge-roborock-vacuum-plugin

Version:
7 lines (6 loc) 108 B
export class DockInfo { dockType; constructor(dockType) { this.dockType = dockType; } }