Comparing version 0.3.9 to 0.3.10
{ | ||
"name": "remult", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "remult core lib", | ||
@@ -5,0 +5,0 @@ "homepage": "https://remult.github.io/", |
@@ -179,3 +179,3 @@ import { FieldMetadata, FieldOptions, ValueListItem } from "../column-interfaces"; | ||
} | ||
export declare function Entity<entityType>(key: string, ...options: (EntityOptions | ((options: EntityOptions, remult: Remult) => void))[]): (target: any) => any; | ||
export declare function Entity<entityType>(key: string, ...options: (EntityOptions<entityType> | ((options: EntityOptions<entityType>, remult: Remult) => void))[]): (target: any) => any; | ||
export declare class EntityBase { | ||
@@ -182,0 +182,0 @@ get _(): EntityRef<this>; |
Sorry, the diff of this file is not supported yet
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
587549