@scandit/web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
14 lines (13 loc) • 432 B
TypeScript
import { n as BarcodeJSON, t as Barcode } from "./Barcode-B7a-T3RA.js";
//#region src/main/spark/SparkScanSession.d.ts
interface SparkScanSessionJSON {
newlyRecognizedBarcode: BarcodeJSON | null;
frameSequenceId: number;
}
declare class SparkScanSession {
newlyRecognizedBarcode: Barcode | null;
frameSequenceID: number;
private static fromJSON;
}
//#endregion
export { SparkScanSessionJSON as n, SparkScanSession as t };