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

TimeUnit

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

The length of time covered by the report.

type TimeUnit =
| "HOURLY"
| "DAILY"
| "MONTHLY"

§Type

§
"HOURLY" | "DAILY" | "MONTHLY" | cmnP.UnexpectedEnumValue
[src]