()
| 60 | } |
| 61 | } |
| 62 | toString() { |
| 63 | const r = [] |
| 64 | for (const key in TaskType) { |
| 65 | const value = TaskType[key as keyof TaskTypeInterface] |
| 66 | r.push(this.task_status[value]) |
| 67 | } |
| 68 | return r.reverse().join('') |
| 69 | } |
| 70 | } |
| 71 | export { Status, State, TaskType, type TaskTypeInterface, type StateInterface } |
no outgoing calls
no test coverage detected