@dreipol/default-api-interfaces
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "@dreipol/default-api-interfaces", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Default TypeScript interface for APIs", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -6,5 +6,5 @@ import { IContainerCollection } from './IContainerCollection'; | ||
*/ | ||
export interface IData<C extends IContainerCollection = IContainerCollection> { | ||
export interface IData<C extends IContainerCollection = IContainerCollection, M extends IMeta = IMeta> { | ||
containers?: C; | ||
meta?: IMeta; | ||
meta?: M; | ||
} |
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
12324