Refactored functionality for all time date range.
This commit is contained in:
@@ -137,3 +137,10 @@ export interface RealtimeUpdate {
|
||||
events: any[];
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
export interface DateRange {
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
unit: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user