UNPKG
@scandit/web-barcode-link
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
The Scandit Web Barcode Link package
@scandit/web-barcode-link
/
dist
/
BarcodeLinkBarcode.d.ts
7 lines
(6 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
BarcodeLinkSymbology
}
from
"./BarcodeLinkSymbology"
;
export
interface
BarcodeLinkBarcode
{
symbology
:
BarcodeLinkSymbology
;
data
:
string
;
quantity
:
number
; }