UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

9 lines (8 loc) 182 B
/** * Enum for supported ad types/formats * These ad formats replicate formats supported by Google */ export declare const enum AdTypes { INTERSTITIAL = 0, REWARDED = 1 }