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

RecommendationImpact

import type { RecommendationImpact } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";
type RecommendationImpact = "LOW" | "HIGH" | cmnP.UnexpectedEnumValue;