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) 294 B
export interface BidOptimizerResponse { status: string; data: BidOptimizer; count: number; } export interface BidOptimizer { id: string; organisation_id: string; name: string; engine_artifact_id: string; engine_version_id: string; engine_group_id: string; }