UNPKG

@clearcodehq/openrtb

Version:

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

7 lines (6 loc) 166 B
import { Extensible, Flag } from './common'; import { Deal } from './deal'; export interface PMP extends Extensible { private_auction: Flag; deals: Deal[]; }