UNPKG

@clearcodehq/openrtb

Version:

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

9 lines (8 loc) 179 B
import { Extensible } from './common'; export interface Format extends Extensible { w?: number; h?: number; wratio?: number; hratio?: number; wmin?: number; }