row moves to step record component

This commit is contained in:
Julien Calixte
2023-04-10 21:14:42 +02:00
parent 4252eaa0e0
commit da2ff740d2
5 changed files with 89 additions and 24 deletions

View File

@@ -1,7 +1,6 @@
import type { ISODate } from '@/shared/types/date'
export interface StepRecordable {
problems: string[]
start: ISODate
end?: ISODate
}