bitburner-src/markdown/bitburner.scriptarg.md

13 lines
279 B
Markdown
Raw Normal View History

2022-08-17 14:50:05 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [ScriptArg](./bitburner.scriptarg.md)
## ScriptArg type
<b>Signature:</b>
```typescript
type ScriptArg = string | number | boolean;
```