take some notes while doing a task

This commit is contained in:
Julien Calixte
2023-04-13 00:30:40 +02:00
parent 049b52d6b1
commit 5888ea49e7
4 changed files with 35 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ export interface Recordable {
start: ISODate
end?: ISODate
stepRecords: Record<string, StepRecordable>
notes: string
}