UNPKG

@clearcodehq/openrtb

Version:

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

10 lines (9 loc) 194 B
import { Request } from './request'; export interface BidRequest { openrtb: { ver: string; domainspec?: string; domainver: string; request: Request; }; }