| 15 | } |
| 16 | |
| 17 | export interface TaskData extends ParameterValues { |
| 18 | operation: string; |
| 19 | input?: string | string[]; |
| 20 | output_format?: string; |
| 21 | url?: string; |
| 22 | } |
| 23 | |
| 24 | export interface JobTask { |
| 25 | name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected