Add run_id to VerticesOrderTypeAPI
This commit is contained in:
parent
ce32f49a2e
commit
223db74410
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ export type Component = {
|
|||
|
||||
export type VerticesOrderTypeAPI = {
|
||||
ids: Array<Array<string>>;
|
||||
run_id: string;
|
||||
};
|
||||
|
||||
export type VertexBuildTypeAPI = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue