UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

6 lines (4 loc) 268 B
/// Auto-generated with ScanbotSDKCodegenV3. Modifications will be overwritten. /// Generated from native/schemas/analytics/AnalyticsSubscriber.yaml import type { AnalyticsEvent } from './Analytics'; export type AnalyticsSubscriber = (event: AnalyticsEvent) => void;