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

WeeklyCycle

import type { WeeklyCycle } from "https://googleapis.deno.dev/v1/managedidentities:v1.ts";

Time window specified for weekly operations.

interface WeeklyCycle {
schedule?: Schedule[];
}

§Properties

§
schedule?: Schedule[]
[src]

User can specify multiple windows in a week. Minimum of 1 window.