Solved type issues in traverseOperations etc. Changed functions to take a object single parameter. Condensed endpoints into a function call
This commit is contained in:
5
shared-operations/declarations/Action.d.ts
vendored
Normal file
5
shared-operations/declarations/Action.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Action {
|
||||
values: any;
|
||||
type: string;
|
||||
actions?: Action[];
|
||||
}
|
||||
Reference in New Issue
Block a user