UNPKG

@clearcodehq/openrtb

Version:

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

11 lines (10 loc) 219 B
import { Extensible } from './common'; export interface Source extends Extensible { tid?: string; ts?: number; ds?: string; dsmap?: string; cert?: string; digest?: string; pchain?: string; }