export interface CustomPeriodRange { fromDate: string; toDate: string; subPeriod: string; }