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