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

ReportFrequency

import type { ReportFrequency } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Details about how frequently reports are generated.

interface ReportFrequency {
period?: ReportFrequencyType | null;
value?: number | null;
}

§Properties

§
period?: ReportFrequencyType | null
[src]

Time period between each report. The period can be daily, weekly, or monthly.

§
value?: number | null
[src]

Number of times within the frequency period that a report is generated. The only supported value is 1.