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

Adjustment

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

An adjustment to the CVSS metric.

interface Adjustment {
Metric?: string | null;
Reason?: string | null;
}

§Properties

§
Metric?: string | null
[src]

The metric to adjust.

§
Reason?: string | null
[src]

The reason for the adjustment.