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

AggregationResultCount

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

The result of a count aggregation.

interface AggregationResultCount {
value?: bigint;
}

§Properties

§
value?: bigint
[src]