mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
work on doc
This commit is contained in:
11
markdown/bitburner.ordertype.md
Normal file
11
markdown/bitburner.ordertype.md
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [OrderType](./bitburner.ordertype.md)
|
||||
|
||||
## OrderType type
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
type OrderType = "limitbuy" | "limitsell" | "stopbuy" | "stopsell";
|
||||
```
|
||||
Reference in New Issue
Block a user