feat: 增加 基础股票接口入口文件

This commit is contained in:
zhangxiangliang 2020-07-23 02:53:55 +08:00
parent 6a8a5f5f09
commit d5625ad0da
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Stocks // Stocks
import BaseTransform from "@stocks/base/transform"; import BaseTransform from "@stocks/base/transform";
// Stock // Types
import Stock from "@interfaces/Stock"; import Stock from "@interfaces/Stock";
/** /**

4
src/stocks/base/index.ts Normal file
View File

@ -0,0 +1,4 @@
// Stocks
import Base from "@stocks/base/api";
export default Base;