a message when finished and access to old records

This commit is contained in:
Julien Calixte
2023-04-10 21:51:57 +02:00
parent 9b518ca851
commit 266be28809
7 changed files with 57 additions and 35 deletions

View File

@@ -9,10 +9,6 @@ export interface Recordable {
* TODO: Compute this data from step records
*/
start: ISODate
/**
* @deprecated
* TODO: Compute this data from step records
*/
end?: ISODate
stepRecords: Record<string, StepRecordable>
}