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

14 lines (13 loc) 299 B
export interface ActivityAnalyzerResponse { status: string; data: ActivityAnalyzer; count: number; } export interface ActivityAnalyzer { id: string; organisation_id: string; name: string; group_id: string; artifact_id: string; visit_analyzer_plugin_id: number; }