CostTypes
import type { CostTypes } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/budgets.ts";interface CostTypes {
IncludeCredit?: boolean | null;
IncludeDiscount?: boolean | null;
IncludeOtherSubscription?: boolean | null;
IncludeRecurring?: boolean | null;
IncludeRefund?: boolean | null;
IncludeSubscription?: boolean | null;
IncludeSupport?: boolean | null;
IncludeTax?: boolean | null;
IncludeUpfront?: boolean | null;
UseAmortized?: boolean | null;
UseBlended?: boolean | null;
}