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

InsightsValue

import type { InsightsValue } from "https://googleapis.deno.dev/v1/businessprofileperformance:v1.ts";

Represents an insights value.

interface InsightsValue {
threshold?: bigint;
value?: bigint;
}

§Properties

§
threshold?: bigint
[src]

Represents the threshold below which the actual value falls.

§
value?: bigint
[src]

Represents the actual value.