bitburner-src/src/Netscript/ScriptArg.ts
Olivier Gagnon 4bee746576 rm any
2022-07-15 01:51:30 -04:00

2 lines
51 B
TypeScript

export type ScriptArg = string | number | boolean;