refactor: logs

This commit is contained in:
xiaojunnuo
2022-10-30 01:42:10 +08:00
parent 909b75eb40
commit 146ac49703
4 changed files with 4 additions and 2 deletions
@@ -64,6 +64,7 @@ export type Runnable = {
export type Pipeline = Runnable & {
version?: number;
userId: any;
stages: Stage[];
triggers: Trigger[];
};