Skip to content

Commit

Permalink
use extend in layered interface
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Sep 30, 2023
1 parent df70d75 commit df5af96
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/client/app/types/readings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ export interface RawReadings {
e: string
}

export interface LineReading {
reading: number;
startTimestamp: number;
endTimestamp: number;
export interface LineReading extends BarReading{
min: number;
max: number;
}
Expand Down

0 comments on commit df5af96

Please sign in to comment.