mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-02 04:23:48 +01:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
export interface IActionIdentifier {
|
|
name: string;
|
|
type: number;
|
|
} |