UNPKG
@nepse-helper/core
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A helper library for NEPSE
@nepse-helper/core
/
dist
/
interfaces
/
api
/
market-open.d.ts
6 lines
(5 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IMarketOpen
{
isOpen
:
"OPEN"
|
"CLOSE"
;
asOf
:
string
;
id
:
number
; }