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

ComputeInsightsResponse

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

Response for the ComputeInsights RPC.

interface ComputeInsightsResponse {
count?: bigint;
placeInsights?: PlaceInsight[];
}

§Properties

§
count?: bigint
[src]

Result for Insights.INSIGHT_COUNT.

§
placeInsights?: PlaceInsight[]
[src]

Result for Insights.INSIGHT_PLACES.