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

Interval

import type { Interval } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";
type Interval =
| "THIS_MONTH"
| "THIS_WEEK"
| "ONE_WEEK_AGO"
| "TWO_WEEKS_AGO"
| "ONE_MONTH_AGO"
| "TWO_MONTHS_AGO"

§Type

§
"THIS_MONTH" | "THIS_WEEK" | "ONE_WEEK_AGO" | "TWO_WEEKS_AGO" | "ONE_MONTH_AGO" | "TWO_MONTHS_AGO" | cmnP.UnexpectedEnumValue
[src]