UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

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