UNPKG
node-flipr
Version:
latest (1.0.0)
1.0.0
Unofficial module for Flipr devices
github.com/nikkow/node-flipr
nikkow/node-flipr
node-flipr
/
dist
/
interfaces
/
fliprconfig.interface.d.ts
6 lines
(5 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
FliprConfigInterface
{
deviceSerial
:
string
|
null
;
username
:
string
|
null
;
password
:
string
|
null
; }