remove totalEstimation from taskable as it must only be computable
This commit is contained in:
@@ -6,5 +6,4 @@ export interface Taskable {
|
||||
date: Date
|
||||
link: string | null
|
||||
steps: Stepable[]
|
||||
totalEstimation: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user