TimeRangeOption🔗Definition🔗export interface TimeRangeOption { display: string; from: string; to: string; } See also🔗 TimeRangeOptionBuilder