@universal-packages/dynamic-api
Advanced tools
Comparing version 1.11.0 to 1.11.1
{ | ||
"name": "@universal-packages/dynamic-api", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "Dynamic decoupling-adapting system", | ||
@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", |
@@ -12,5 +12,5 @@ import DynamicApi from './DynamicApi'; | ||
} | ||
export interface DynamicModule { | ||
export interface DynamicModule<O = Record<string, any>> { | ||
enabled: boolean; | ||
options?: Record<string, any>; | ||
options?: O; | ||
} | ||
@@ -17,0 +17,0 @@ export interface DynamicRegistry { |
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
37073