Started migrating workflow controller
This commit is contained in:
5
shared-operations/declarations/Operation.d.ts
vendored
Normal file
5
shared-operations/declarations/Operation.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Operation {
|
||||
values: {id:any};
|
||||
type: string;
|
||||
operations?: Operation[];
|
||||
}
|
||||
Reference in New Issue
Block a user