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 (10 loc) 293 B
import { DataResponse } from '../common/Response'; export type BidOptimizerResponse = DataResponse<BidOptimizer>; export interface BidOptimizer { id: string; organisation_id: string; name: string; engine_artifact_id: string; engine_version_id: string; engine_group_id: string; }