UNPKG

@mediarithmics/plugins-nodejs-sdk

Version:

This is the mediarithmics nodejs to help plugin developers bootstrapping their plugin without having to deal with most of the plugin boilerplate

7 lines (6 loc) 182 B
import { UserActivity } from "../../../../index"; export interface ActivityAnalyzerRequest { activity_analyzer_id: string; datamart_id: string; activity: UserActivity; }