UNPKG

@clearcodehq/openrtb

Version:

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

7 lines (6 loc) 146 B
import { Extensible, Flag } from './common'; export interface Source extends Extensible { fd?: Flag; tid?: string; pchain?: string; }