UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

7 lines (6 loc) 141 B
import { DeviceId } from "./DeviceId"; export declare const WarningsMap: { [key in DeviceId]: { [key: number]: string; }; };