Comparing version 0.0.30 to 0.0.31
@@ -65,3 +65,3 @@ import { Attribute, DB, EntryBase, ForeignKeyOptions, Natural, Transaction, Type } from "./db"; | ||
}>; | ||
interface ModelLoad<A extends AttributesDefinition, E extends EntryBase> { | ||
export interface ModelLoad<A extends AttributesDefinition, E extends EntryBase> { | ||
attributes: A; | ||
@@ -68,0 +68,0 @@ load(where: Condition<A>, order?: Order<A>, tx?: Transaction, lock?: boolean): Promise<E[]>; |
@@ -82,3 +82,3 @@ { | ||
"types": "./dist/types/index.d.ts", | ||
"version": "0.0.30" | ||
"version": "0.0.31" | ||
} |
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
79766