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

6 lines (4 loc) 160 B
import { core } from "@mediarithmics/plugins-nodejs-sdk"; export interface MyInstanceContext extends core.ActivityAnalyzerBaseInstanceContext { conf: any; }