Listory/src/reports/interval.d.ts

5 lines
58 B
TypeScript
Raw Normal View History

export interface Interval {
start: Date;
end: Date;
}