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

BudgetPerformanceHistory

import type { BudgetPerformanceHistory } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/budgets.ts";
interface BudgetPerformanceHistory {
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[] | null;
BudgetName?: string | null;
BudgetType?: BudgetType | null;
CostFilters?: {
[key: string]: string[] | null | undefined;
}
| null;
CostTypes?: CostTypes | null;
TimeUnit?: TimeUnit | null;
}

§Properties

§
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[] | null
[src]
§
BudgetName?: string | null
[src]
§
BudgetType?: BudgetType | null
[src]
§
CostFilters?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
CostTypes?: CostTypes | null
[src]
§
TimeUnit?: TimeUnit | null
[src]