Misc Typing Fixes
This commit is contained in:
2
shared-operations/declarations/Action.d.ts
vendored
2
shared-operations/declarations/Action.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
export interface Action {
|
||||
protected values: any;
|
||||
values: any;
|
||||
type: string;
|
||||
actions?: Action[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user