step records work with dates now
This commit is contained in:
@@ -3,5 +3,5 @@ export interface Recordable {
|
||||
taskId: string
|
||||
start: Date
|
||||
end?: Date
|
||||
stepRecords: Record<string, { minutes: number }>
|
||||
stepRecords: Record<string, { start: Date; end?: Date }>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user