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

QueriesRunOptions

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

Additional options for DoubleClickBidManager#queriesRun.

interface QueriesRunOptions {
synchronous?: boolean;
}

§Properties

§
synchronous?: boolean
[src]

Whether the query should be run synchronously. When true, this method will not return until the query has finished running. When false or not specified, this method will return immediately.