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

13 lines (12 loc) 258 B
export interface Value { value?: string | number | boolean; id?: string; version?: string; url?: string; uri?: string; original_file_name?: string; asset_id?: string; file_path?: string; last_modified?: number; recommender_id?: string; }