UNPKG

node-flipr

Version:

Unofficial module for Flipr devices

6 lines (5 loc) 133 B
export interface FliprConfigInterface { deviceSerial: string | null; username: string | null; password: string | null; }