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

UsageLimitPeriod

import type { UsageLimitPeriod } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
type UsageLimitPeriod =
| "daily"
| "weekly"
| "monthly"

§Type

§
"daily" | "weekly" | "monthly" | cmnP.UnexpectedEnumValue
[src]