Comparing version 1.1.40 to 1.1.41
@@ -54,3 +54,3 @@ { | ||
}, | ||
"version": "1.1.40" | ||
"version": "1.1.41" | ||
} |
@@ -254,3 +254,3 @@ // Type definitions for febs | ||
*/ | ||
constructor(tablename: string, idKeyName: string | Array<string>, model: Array<any>); | ||
constructor(tablename: string, idKeyName: string | Array<string>, model: object); | ||
@@ -343,3 +343,3 @@ /** | ||
*/ | ||
model : any[]; | ||
model : any; | ||
@@ -346,0 +346,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248938