mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
export interface IActionIdentifier {
|
|
name: string;
|
|
type: number;
|
|
}
|