UNPKG

@clearcodehq/openrtb

Version:

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

8 lines (7 loc) 166 B
import { Extensible } from './common'; export interface Publisher extends Extensible { id?: string; name?: string; cat?: string[]; domain?: string; }