forked from extern/egroupware
Stop TS from complaining about data children by giving better type info
This commit is contained in:
parent
9b1923467d
commit
0188e6df2d
4
api/js/egw_action/egw_action.d.ts
vendored
4
api/js/egw_action/egw_action.d.ts
vendored
@ -107,8 +107,8 @@ declare class egwAction {
|
||||
allowOnMultiple: boolean;
|
||||
enabled: any;
|
||||
hideOnDisabled: boolean;
|
||||
data: {};
|
||||
type: string;
|
||||
data : { [key : string] : any };
|
||||
type: string;
|
||||
canHaveChildren: boolean;
|
||||
parent: egwAction;
|
||||
children: any[];
|
||||
|
Loading…
Reference in New Issue
Block a user