mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -8,11 +8,11 @@ export interface IProgramCreate {
|
||||
time: number;
|
||||
tooltip: string;
|
||||
}
|
||||
type ProgramConstructorParams = {
|
||||
interface ProgramConstructorParams {
|
||||
name: CompletedProgramName;
|
||||
create: IProgramCreate | null;
|
||||
run: (args: string[], server: BaseServer) => void;
|
||||
};
|
||||
}
|
||||
|
||||
export class Program {
|
||||
name: ProgramFilePath & CompletedProgramName;
|
||||
|
||||
Reference in New Issue
Block a user