mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
doc
This commit is contained in:
@@ -10,9 +10,8 @@ Return value of [getOrders](./bitburner.tix.getorders.md)
|
||||
|
||||
```typescript
|
||||
type StockOrder = {
|
||||
/** Stock Symbol */
|
||||
[key in StockSymbol]?: StockOrderObject[];
|
||||
[key: string]: StockOrderObject[];
|
||||
};
|
||||
```
|
||||
<b>References:</b> [StockSymbol](./bitburner.stocksymbol.md)<!-- -->, [StockOrderObject](./bitburner.stockorderobject.md)
|
||||
<b>References:</b> [StockOrderObject](./bitburner.stockorderobject.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user