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

BaseKpiResult

import type { BaseKpiResult } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.

interface BaseKpiResult {
Rows: ResultRow[];
}

§Properties

§

An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.