UNPKG

@clearcodehq/openrtb

Version:

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

8 lines (7 loc) 217 B
import { APIFramework, CreativeAttribute, Extensible } from './common'; export interface Native extends Extensible { request: string; ver?: string; api?: APIFramework[]; battr?: CreativeAttribute[]; }