@travetto/model
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "0.0.7" | ||
"version": "0.0.8" | ||
} |
export interface BulkState<T> { | ||
upsert?: T[]; | ||
insert?: T[]; | ||
update?: T[]; | ||
delete?: T[]; | ||
getId: (t: T) => Partial<T>; | ||
} | ||
@@ -6,0 +6,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
20851