@@ -1,6 +1,6 @@
{
"name": "@sc/types",
- "version": "1.0.13",
+ "version": "1.0.14",
"description": "共用类型文件",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
@@ -60,3 +60,11 @@ export interface IUser {
contacts?: IContact[];
[key: string]: any;
}
+
+export interface IOptions {
+ ID: string;
+ userID: string;
+ compilationID: string;
+ rationQtyFromBillQty: boolean;
+ rationQtyFromRationUnit: boolean;
+}