Skip to main content
Version: 2.x

Type Alias: Window

Window = { count: number; timezone: string; type: "calendar"; unit: "day" | "week" | "month" | "year"; } | { duration: Duration; type: "rolling"; } | { interval: BillingInterval; timezone: string; type: "plan_assignment"; }

Defined in: javascript/src/config/types.ts:18