breaktime is part of records now

This commit is contained in:
Julien Calixte
2023-04-17 21:13:08 +02:00
parent 10e6fa0e84
commit b0e35aae72
2 changed files with 7 additions and 8 deletions

View File

@@ -7,4 +7,5 @@ export interface Recordable {
end?: ISODate
stepRecords: Record<string, TimeRange>
notes: string
breakTime?: TimeRange
}