This website requires JavaScript.
Explore
Help
Register
Sign In
Personal_mirrors
/
bitburner-src
Watch
1
Star
0
Fork
0
You've already forked bitburner-src
mirror of
https://github.com/bitburner-official/bitburner-src.git
synced
2024-11-26 01:23:49 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
153dbfff12
bitburner-src
/
src
/
StockMarket
/
IOrderBook.ts
4 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Finished React components for new Stock Market UI
2019-04-23 10:23:08 +02:00
import
{
Order
}
from
"./Order"
;
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
2023-05-05 09:55:59 +02:00
export
type
IOrderBook
=
Record
<
string
,
Order
[
]
>
;
Reference in New Issue
Copy Permalink