This commit is contained in:
Olivier Gagnon
2022-08-17 08:50:05 -04:00
parent ba5b0be7f4
commit 3217f53717
291 changed files with 1613 additions and 2367 deletions
+12
View File
@@ -0,0 +1,12 @@
<!-- 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;
```