UNPKG

@clearcodehq/openrtb

Version:

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

8 lines (7 loc) 182 B
import { Extensible } from './common'; import { Segment } from './segment'; export interface Data extends Extensible { id?: string; name?: string; segment?: Segment[]; }