1
0
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:
Janne Savolainen 2022-05-18 12:29:01 +03:00
parent f27ef39716
commit 89713069ce
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -8,7 +8,7 @@ import type { LensMainExtension } from "../../../extensions/lens-main-extension"
export interface TrayMenuItem {
id: string;
parentId: string;
parentId: string | null;
orderNumber: number;
enabled: IComputedValue<boolean>;
visible: IComputedValue<boolean>;