UNPKG

cordova-plugin-qonversion

Version:
7 lines (6 loc) 199 B
import { AutomationsEventType } from "./enums"; export declare class AutomationsEvent { type: AutomationsEventType; date: number; constructor(type: AutomationsEventType, date: number); }