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

InsightFeedback

import type { InsightFeedback } from "https://aws-api.deno.dev/v0.3/services/devopsguru.ts?docs=full";

Information about insight feedback received from a customer.

interface InsightFeedback {
Feedback?: InsightFeedbackOption | null;
Id?: string | null;
}

§Properties

§
Feedback?: InsightFeedbackOption | null
[src]

The feedback provided by the customer.

§
Id?: string | null
[src]

The insight feedback ID.