mvp progress
This commit is contained in:
parent
9b16b25187
commit
6446da7e76
75 changed files with 1865 additions and 244 deletions
|
@ -3,7 +3,7 @@ import { EXEC_TYPE } from "./exec_error_model";
|
|||
|
||||
export interface IPipeline {
|
||||
process: IProcess;
|
||||
trigger: Trigger;
|
||||
trigger?: Trigger;
|
||||
env: Env | null;
|
||||
stackGenerateType: StackGenerateType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue