UNPKG

@clearcodehq/openrtb

Version:

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

5 lines (4 loc) 108 B
import { Extensible, Flag } from './common'; export interface Regs extends Extensible { coppa?: Flag; }