| 105 | } |
| 106 | } |
| 107 | export interface StartTaskBody { |
| 108 | profile_index: ProfileIndex |
| 109 | args: Args |
| 110 | label: Label |
| 111 | [k: string]: unknown |
| 112 | } |
| 113 | export interface ProfileContext { |
| 114 | profile_index: ProfileIndex1 |
| 115 | [k: string]: unknown |
nothing calls this directly
no outgoing calls
no test coverage detected