mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
CODEBASE: Fix lint errors 2 (#1756)
This commit is contained in:
@@ -18,7 +18,7 @@ export interface ICreateProps {
|
||||
export interface SidebarItemProps extends ICreateProps {
|
||||
clickFn: () => void;
|
||||
flash: boolean;
|
||||
classes: any;
|
||||
classes: Record<"listitem" | "active", string>;
|
||||
sidebarOpen: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user