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

PlatformContext

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

Output only. The type of platform the restriction applies to.

interface PlatformContext {
platforms?: "DESKTOP" | "ANDROID" | "IOS"[];
}

§Properties

§
platforms?: "DESKTOP" | "ANDROID" | "IOS"[]
[src]

The platforms this restriction applies to.