(
input: ProcessInput,
params: Record<string, unknown>,
onProgress?: (percent: number, label: string) => void,
onLog?: (message: string) => void,
)
| 59 | |
| 60 | export interface IProcessRunner { |
| 61 | run( |
| 62 | input: ProcessInput, |
| 63 | params: Record<string, unknown>, |
| 64 | onProgress?: (percent: number, label: string) => void, |
no outgoing calls
no test coverage detected