UNPKG

matterbridge-roborock-vacuum-plugin

Version:
10 lines (8 loc) 173 B
import { DeviceSchema } from './deviceSchema.js'; export interface Product { id: string; name: string; model: string; category: string; schema: DeviceSchema[]; }