mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix typing after enabling strict mode
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
f27ef39716
commit
89713069ce
@ -8,7 +8,7 @@ import type { LensMainExtension } from "../../../extensions/lens-main-extension"
|
|||||||
|
|
||||||
export interface TrayMenuItem {
|
export interface TrayMenuItem {
|
||||||
id: string;
|
id: string;
|
||||||
parentId: string;
|
parentId: string | null;
|
||||||
orderNumber: number;
|
orderNumber: number;
|
||||||
enabled: IComputedValue<boolean>;
|
enabled: IComputedValue<boolean>;
|
||||||
visible: IComputedValue<boolean>;
|
visible: IComputedValue<boolean>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user