UNPKG

capacitor-plugin-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK for Capacitor

3 lines (2 loc) 118 B
import type { AnalyticsEvent } from './Analytics'; export type AnalyticsSubscriber = (event: AnalyticsEvent) => void;