bitburner-src/src/Bladeburner/IActionIdentifier.ts

4 lines
74 B
TypeScript
Raw Normal View History

2021-05-01 09:17:31 +02:00
export interface IActionIdentifier {
name: string;
type: string;
}