UNPKG

@clearcodehq/openrtb

Version:

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

10 lines (9 loc) 199 B
import { Response } from './response'; export interface BidResponse { openrtb: { ver: string; domainspec?: string; domainver: string; response: Response; }; }