mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
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