/** * This file was auto-generated by Fern from our API Definition. */ export type GroupBy = "DAY" | "WEEK" | "MONTH"; export declare const GroupBy: { readonly Day: "DAY"; readonly Week: "WEEK"; readonly Month: "MONTH"; };