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

ReportsRunOptions

import type { ReportsRunOptions } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Additional options for dfareporting#reportsRun.

interface ReportsRunOptions {
synchronous?: boolean;
}

§Properties

§
synchronous?: boolean
[src]

If set and true, tries to run the report synchronously.