remove totalEstimation from taskable as it must only be computable

This commit is contained in:
Julien Calixte
2023-04-09 10:47:43 +02:00
parent ef20813c66
commit d1429ca08f

View File

@@ -6,5 +6,4 @@ export interface Taskable {
date: Date date: Date
link: string | null link: string | null
steps: Stepable[] steps: Stepable[]
totalEstimation: number
} }