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

GetInsightsResponse

import type { GetInsightsResponse } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface GetInsightsResponse {
insights?: Insights | null;
}

§Properties

§
insights?: Insights | null
[src]

The analytics data that the GetInsights API returned.