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; } Methods🔗No methods.See also🔗 TimeRangeBuilder