mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-02-02 22:43:46 +08:00
feat: 增加 基础股票接口入口文件
This commit is contained in:
parent
6a8a5f5f09
commit
d5625ad0da
@ -1,7 +1,7 @@
|
||||
// Stocks
|
||||
import BaseTransform from "@stocks/base/transform";
|
||||
|
||||
// Stock
|
||||
// Types
|
||||
import Stock from "@interfaces/Stock";
|
||||
|
||||
/**
|
||||
|
4
src/stocks/base/index.ts
Normal file
4
src/stocks/base/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
// Stocks
|
||||
import Base from "@stocks/base/api";
|
||||
|
||||
export default Base;
|
Loading…
Reference in New Issue
Block a user