UNPKG

@bubblewrap/core

Version:

Core Library to generate, build and sign TWA projects

9 lines (8 loc) 234 B
import { EmptyFeature } from './EmptyFeature'; export type AppsFlyerConfig = { enabled: boolean; appsFlyerId: string; }; export declare class AppsFlyerFeature extends EmptyFeature { constructor(config: AppsFlyerConfig); }