@manycore/custom-sdk 1.13.4-beta.0 → 1.13.5-beta.0
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.
- package/index.d.ts +2 -0
- package/index.js +7 -7
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1035,6 +1035,7 @@ export declare class FittingDesignService extends BaseService {
|
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
1037
|
* 自定议参数
|
|
1038
|
+
* @vm-type IBzParamType
|
|
1038
1039
|
*/
|
|
1039
1040
|
declare interface IBzParamModelLiteProperty<T extends number | string | boolean = string> {
|
|
1040
1041
|
/**
|
|
@@ -2015,6 +2016,7 @@ export declare class FittingDesignService extends BaseService {
|
|
|
2015
2016
|
|
|
2016
2017
|
/**
|
|
2017
2018
|
* 模型的参数信息
|
|
2019
|
+
* @vm-type IParamType
|
|
2018
2020
|
*/
|
|
2019
2021
|
declare interface IParamModelLiteParam<T = any> {
|
|
2020
2022
|
/**
|