blob: 31a70fb148d1eb081118d270896dc821f5bbefff [file] [log] [blame]
export class DateRange {
dateFrom: string;
dateTo: string;
}