@@ -1,6 +1,6 @@
{
"name": "@sc/types",
- "version": "1.0.37",
+ "version": "1.0.38",
"description": "共用类型文件",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
@@ -285,7 +285,7 @@ export interface IBillIndex {
year?: string; // 信息价年
month?: string; // 信息价月
fileType?: FileType; // 文件类型
- indexTypes?: string[]; // 项目分类或者说功能分类
+ indexTypes?: string[]; // 项目分类或者说功能分类--
}
export enum LibType {