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

AntipatternSeveritySummary

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

Contains the summary of anti-patterns and their severity.

interface AntipatternSeveritySummary {
count?: number | null;
severity?: Severity | null;
}

§Properties

§
count?: number | null
[src]

Contains the count of anti-patterns.

§
severity?: Severity | null
[src]

Contains the severity of anti-patterns.