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

Problem

import type { Problem } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/applicationinsights.ts";
interface Problem {
AffectedResource?: string | null;
EndTime?: Date | number | null;
Feedback?: [key in FeedbackKey]: FeedbackValue | null | undefined | null;
Id?: string | null;
Insights?: string | null;
ResourceGroupName?: string | null;
SeverityLevel?: SeverityLevel | null;
StartTime?: Date | number | null;
Status?: Status | null;
Title?: string | null;
}

§Properties

§
AffectedResource?: string | null
[src]
§
EndTime?: Date | number | null
[src]
§
Feedback?: [key in FeedbackKey]: FeedbackValue | null | undefined | null
[src]
§
Id?: string | null
[src]
§
Insights?: string | null
[src]
§
ResourceGroupName?: string | null
[src]
§
SeverityLevel?: SeverityLevel | null
[src]
§
StartTime?: Date | number | null
[src]
§
Status?: Status | null
[src]
§
Title?: string | null
[src]