UNPKG

@clearcodehq/openrtb

Version:

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

10 lines (9 loc) 221 B
import { AuctionType, Extensible } from './common'; export interface Deal extends Extensible { id: string; flr?: number; flrcur?: string; at?: AuctionType; wseat?: string[]; wadomain?: string[]; }