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

ConsolidationStrategy

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

How the individual activities are consolidated. If a set of activities is related they can be consolidated into one combined activity, such as one actor performing the same action on multiple targets, or multiple actors performing the same action on a single target. The strategy defines the rules for which activities are related.

interface ConsolidationStrategy {
legacy?: Legacy;
}

§Properties

§
legacy?: Legacy
[src]

The individual activities are consolidated using the legacy strategy.

§

The individual activities are not consolidated.