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

AggregateAssetsValuesResponse

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

A response to a request to aggregated assets values.

interface AggregateAssetsValuesResponse {
results?: AggregationResult[];
}

§Properties

§

The aggregation results.