mirror of
https://github.com/clearml/clearml-web
synced 2025-03-13 07:08:17 +00:00
9 lines
157 B
TypeScript
9 lines
157 B
TypeScript
import { Pipeline } from "./pipeline";
|
|
|
|
|
|
|
|
export interface PipelinesUpdateRequest extends Pipeline {
|
|
flow_display?: unknown;
|
|
pipeline_id?: string;
|
|
}
|