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