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

ReportRow

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

A row in a DoubleClick Search report.

interface ReportRow {
[key: string]: any;
}

§Index Signatures

§
[key: string]: any