Listory/src/reports/interval.d.ts

4 lines
58 B
TypeScript

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