UNPKG

@scandit/web-barcode-link

Version:

The Scandit Web Barcode Link package

7 lines (6 loc) 218 B
import { BarcodeLinkFlowDelegate } from "./BarcodeLinkFlowDelegate"; export interface BarcodeLinkFlow<T> { setDelegate(delegate: BarcodeLinkFlowDelegate): void; initialize(): Promise<T>; dispose(): void; }