@@ -1,6 +1,6 @@
{
"name": "@sc/types",
- "version": "1.0.41",
+ "version": "1.0.42",
"description": "共用类型文件",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
@@ -1,6 +1,7 @@
export interface IInstitution {
ID: string;
name: string;
+ type: string;
acronym: string;
enterpriseCode: string;
organizationCode: string;