UNPKG

@scandit/web-barcode-link

Version:

The Scandit Web Barcode Link package

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