@axmit/client-models
Advanced tools
Comparing version 1.0.4 to 1.0.6
@@ -58,1 +58,5 @@ export interface ICollection<I> { | ||
} | ||
export interface IBaseCollection<Model, Meta extends {} = {}> { | ||
data: Model[]; | ||
meta: Meta; | ||
} |
{ | ||
"author": "itersh", | ||
"name": "@axmit/client-models", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "A common set of models for working with HAL like API", | ||
@@ -6,0 +6,0 @@ "homepage": "https://gitlab.axmit.com/axmit-npm/client-models", |
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
84764
348