init the start of a record
This commit is contained in:
@@ -4,7 +4,15 @@ import type { StepRecordable } from './step-recordable'
|
||||
export interface Recordable {
|
||||
id: string
|
||||
taskId: string
|
||||
/**
|
||||
* @deprecated
|
||||
* TODO: Compute this data from step records
|
||||
*/
|
||||
start: ISODate
|
||||
/**
|
||||
* @deprecated
|
||||
* TODO: Compute this data from step records
|
||||
*/
|
||||
end?: ISODate
|
||||
stepRecords: Record<string, StepRecordable>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user