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

15 lines (14 loc) 305 B
export interface AdLayoutVersionResponse { data: AdLayoutVersion; count: number; status: string; } export interface AdLayoutVersion { id: string; version_id: string; creation_date: number; filename: string; template: string; ad_layout_id: string; status: string; }