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

ExchangeConfig

import type { ExchangeConfig } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Settings that control which exchanges are enabled for a partner.

interface ExchangeConfig {
enabledExchanges?: ExchangeConfigEnabledExchange[];
}

§Properties

§

All enabled exchanges in the partner. Duplicate enabled exchanges will be ignored.