UNPKG

@clearcodehq/openrtb

Version:

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

7 lines (6 loc) 144 B
import { Extensible } from './common'; export interface Metric extends Extensible { type: string; value: number; vendor?: string; }