| 118 | } |
| 119 | |
| 120 | export interface FlowEntry { |
| 121 | at: string; |
| 122 | from: string; |
| 123 | to: string; |
| 124 | remark: string; |
| 125 | } |
| 126 | |
| 127 | export interface TodoItem { |
| 128 | id: string | number; |
nothing calls this directly
no outgoing calls
no test coverage detected