bt-core-app 2.0.52 → 2.0.53
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/dist/bt-core-app.js +1 -0
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1470,7 +1470,7 @@ declare interface PredictOptions {
|
|
|
1470
1470
|
}
|
|
1471
1471
|
|
|
1472
1472
|
/**Pulls only props that obj2 contains and applies to obj1 */
|
|
1473
|
-
export declare function pullPropsFrom(obj1: any, obj2: any, propsToIgnore?: string[]):
|
|
1473
|
+
export declare function pullPropsFrom(obj1: any, obj2: any, propsToIgnore?: string[]): any;
|
|
1474
1474
|
|
|
1475
1475
|
export declare interface QueryParams extends Record<string, any> {
|
|
1476
1476
|
filterBy?: string;
|
package/package.json
CHANGED