added mising type

This commit is contained in:
Miodec 2022-02-15 22:07:48 +01:00
parent 31b9530fe8
commit da6100cae2

View file

@ -484,6 +484,7 @@ declare namespace MonkeyTypes {
id: string;
display: string;
subgroup?: CommandsGroup | boolean;
found?: boolean;
icon?: string;
noIcon?: boolean;
sticky?: boolean;