9 lines
		
	
	
		
			220 B
		
	
	
	
		
			TypeScript
		
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			220 B
		
	
	
	
		
			TypeScript
		
	
	
|  | import { CloudRunnerStepState } from '../state/cloud-runner-step-state'; | ||
|  | 
 | ||
|  | export interface WorkflowInterface { | ||
|  |   run( | ||
|  |     // eslint-disable-next-line no-unused-vars
 | ||
|  |     cloudRunnerStepState: CloudRunnerStepState, | ||
|  |   ); | ||
|  | } |