UNPKG

@clearcodehq/openrtb

Version:

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

7 lines (6 loc) 143 B
import { Extensible } from './common'; export interface Segment extends Extensible { id?: string; name?: string; value?: string; }