Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AppContext

import type { AppContext } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Output only. The app type the restriction applies to for mobile device.

interface AppContext {
appTypes?: "NATIVE" | "WEB"[];
}

§Properties

§
appTypes?: "NATIVE" | "WEB"[]
[src]

The app types this restriction applies to.