ns8-switchboard-interfaces
Advanced tools
Comparing version 1.0.24 to 1.0.25
import { SwitchContext } from './SwitchContext'; | ||
export interface UninstallSwitch { | ||
uninstall(switchContext: SwitchContext): Promise<any>; | ||
uninstall(switchContext: SwitchContext): Promise<void>; | ||
} |
{ | ||
"name": "ns8-switchboard-interfaces", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Contains switchboard interfaces", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
4143