export interface TimeRangeComment { range: Range; count: number; } export interface Range { start: number; end: number; }