UNPKG

@clearcodehq/openrtb

Version:

Library with OpenRTB spec types which allows to build and validate OpenRTB objects

6 lines (5 loc) 122 B
import { Extensible } from './common'; export interface Macro extends Extensible { key: string; value?: string; }