UNPKG

@clearcodehq/openrtb

Version:

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

11 lines (10 loc) 241 B
export declare type RawRecord = Record<string, unknown>; export declare type Flag = 0 | 1; export interface Extensible { ext?: RawRecord; } export declare enum AuctionType { FirstPrice = 1, SecondPrice = 2, AgreedPrice = 3 }