UNPKG
@marketicons/markets
Version:
latest (1.0.0)
1.0.0
Market codes and names
@marketicons/markets
/
dist
/
types.d.ts
8 lines
(7 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
enum
Exchange
{
BIST
=
"BIST"
}
export
interface
MarketInfo
{
code
:
string
;
name
:
string
; }