( wait: AutonomyFlowWaitState | undefined, )
| 147 | } |
| 148 | |
| 149 | function cloneWaitState( |
| 150 | wait: AutonomyFlowWaitState | undefined, |
| 151 | ): AutonomyFlowWaitState | undefined { |
| 152 | return wait ? { ...wait } : undefined |
| 153 | } |
| 154 | |
| 155 | function cloneFlowRecord(flow: AutonomyFlowRecord): AutonomyFlowRecord { |
| 156 | return { |