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

AnomalyFeedbackType

import type { AnomalyFeedbackType } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
type AnomalyFeedbackType =
| "YES"
| "NO"
| "PLANNED_ACTIVITY"

§Type

§
"YES" | "NO" | "PLANNED_ACTIVITY" | cmnP.UnexpectedEnumValue
[src]