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

WhatIfPointScenario

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

Provides the forecast to meet the target for a particular date.

interface WhatIfPointScenario {
Date: Date | number;
Value: number;
}

§Properties

§
Date: Date | number
[src]

The date that you need the forecast results for.

§
Value: number
[src]

The target value that you want to meet for the provided date.