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
d25254caf1
bitburner-src
/
src
/
StockMarket
/
IOrderBook.ts
6 lines
92 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"
;
export
interface
IOrderBook
{
prettify, sorry for the big ass commit
2021-09-05 01:09:30 +02:00
[
key
:
string
]
:
Order
[
]
;
Finished React components for new Stock Market UI
2019-04-23 10:23:08 +02:00
}
Reference in New Issue
Copy Permalink