perf: styles of pipelines

This commit is contained in:
Junyan Qin
2025-05-07 11:53:39 +08:00
parent bcba5162b7
commit 4a41a4cf95
10 changed files with 169 additions and 95 deletions
+1
View File
@@ -64,6 +64,7 @@ export interface Pipeline {
for_version: string;
config: object;
stages: string[];
is_default: boolean;
created_at: string;
updated_at: string;
}