TimeRange🔗Definition🔗export interface TimeRange { // From is the start time of the query. from: string; // To is the end time of the query. to: string; } See also🔗 TimeRangeBuilder