UNPKG
mya-cli
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
MYA - AI-Powered Stock & Options Analysis CLI Tool
github.com/yourusername/mya
yourusername/mya
mya-cli
/
dist
/
interfaces
/
index.d.ts
10 lines
(9 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Export all interfaces from a single entry point */
export
*
from
'./api-types.js'
;
export
*
from
'./error-types.js'
;
export
*
from
'./service-interfaces.js'
;
export
*
from
'./market-data.js'
;
export
*
from
'./auth-interfaces.js'
;
export
*
from
'./storage-interfaces.js'
;