(simulations?: CmdSimulation | MultiCmdSimulation)
| 83 | readonly nestedCmd: CmdType; |
| 84 | readonly args: any[]; |
| 85 | simulate(simulations?: CmdSimulation | MultiCmdSimulation): A[] | A | null; |
| 86 | } |
| 87 | |
| 88 | export interface RunCmd< |
no outgoing calls
no test coverage detected