UNPKG
tethr
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
Controlls USB-connected cameras, webcam, and smartphone camera from browser
baku89.github.io/tethr/
tethr
/
lib
/
TethrStorage.d.ts
12 lines
(11 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
TethrStorage
{
id
:
number
;
type
?:
string
;
filesystemType
?:
string
;
accessCapability
?:
string
;
maxCapability
?:
bigint
;
freeSpaceInBytes
?:
bigint
;
freeSpaceInImages
?:
number
;
description
?:
string
;
label
?:
string
; }