bitburner-src/src/Netscript/ScriptArg.ts

2 lines
51 B
TypeScript
Raw Normal View History

2022-07-15 07:51:30 +02:00
export type ScriptArg = string | number | boolean;