mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 10:42:51 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -6,9 +6,7 @@ interface IGeneral {
|
||||
exp: WorkStats;
|
||||
}
|
||||
|
||||
export const GeneralActions: {
|
||||
[key: string]: IGeneral | undefined;
|
||||
} = {
|
||||
export const GeneralActions: Record<string, IGeneral | undefined> = {
|
||||
Training: {
|
||||
desc: (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user