mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
export interface IActionIdentifier {
|
|
name: string;
|
|
type: number;
|
|
} |