UNPKG
@rpidanny/nepse.js
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Fetch stock data from Nepal Stock Exchange
github.com/rpidanny/nepse.js
rpidanny/nepse.js
@rpidanny/nepse.js
/
dist
/
utils
/
errors
/
types.d.ts
12 lines
(11 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
type
TJsonPayload
= {
code
:
string
;
message
:
string
;
details
?:
Record
<
string
,
unknown
>; };
export
declare
type
TConstructorParams
= {
code
?:
string
;
message
?:
string
;
details
?:
Record
<
string
,
unknown
>;
err
?:
Error
; };