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

3 lines (2 loc) 147 B
import { ClickUrlInfo } from '../base/AdRendererInterface'; export declare function generateEncodedClickUrl(redirectUrls: ClickUrlInfo[]): string;