UNPKG

@niur/google-admanager-api

Version:
18 lines 361 B
/** * Indicates the target platform. */ export declare enum TargetPlatform { /** * The desktop web. */ WEB = "WEB", /** * Mobile devices. */ MOBILE = "MOBILE", /** * An universal target platform that combines mobile and desktop features. */ ANY = "ANY" } //# sourceMappingURL=suggestedAdUnit.enum.d.ts.map