@studiohyperdrive/hal-tools
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -39,2 +39,2 @@ import { IHALFormat, IHALFormatParams, IHALLinks, IHALPagination } from './hal-format.types'; | ||
*/ | ||
export declare function HALFormat<T = unknown>({ path, key, entities, page, size, totalElements, }: IHALFormatParams): IHALFormat; | ||
export declare function HALFormat<T = unknown>({ path, key, entities, page, size, totalElements, }: IHALFormatParams<T>): IHALFormat<T>; |
{ | ||
"name": "@studiohyperdrive/hal-tools", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
12121