@abtnode/types 1.16.29-beta-2eaf40bc → 1.16.29-beta-cbfd116d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ # core/types
2
+
3
+ ## 如何生成类型到 `core/types` ?
4
+
5
+ - 1. 在 `core/schema` 下,修改接口的返回字段
6
+ - 2. 为了生成类型到 `core/types`,你还需要在项目的根目录下执行 `npm run update:schema`