♻️ (record) one task is now one record

This commit is contained in:
Julien Calixte
2023-04-15 23:15:24 +02:00
parent f890012179
commit d506a0e956
13 changed files with 80 additions and 116 deletions

View File

@@ -2,7 +2,6 @@ import type { ISODate } from '@/shared/types/date'
import type { StepRecordable } from './step-recordable'
export interface Recordable {
id: string
taskId: string
/**
* @deprecated