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

FilterPair

import type { FilterPair } from "https://googleapis.deno.dev/v1/doubleclickbidmanager:v2.ts";

Filter used to match traffic data in your report.

interface FilterPair {
type?: string;
value?: string;
}

§Properties

§
type?: string
[src]

Filter type.

§
value?: string
[src]

Filter value.