@schirkan/reactron-interfaces
Advanced tools
Comparing version 0.10.0-alpha.5 to 0.10.0-alpha.6
@@ -0,3 +1,4 @@ | ||
import { IReactronServiceContext } from "./IReactronServiceContext"; | ||
export interface IReactronService<TOptions = any> { | ||
start(): Promise<void>; | ||
start(context: IReactronServiceContext): Promise<void>; | ||
stop?(): Promise<void>; | ||
@@ -4,0 +5,0 @@ setOptions?(options: TOptions): Promise<void>; |
{ | ||
"name": "@schirkan/reactron-interfaces", | ||
"version": "0.10.0-alpha.5", | ||
"version": "0.10.0-alpha.6", | ||
"description": "interfaces for reactron modules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,3 +1,5 @@ | ||
import { IReactronServiceContext } from "./IReactronServiceContext"; | ||
export interface IReactronService<TOptions = any> { | ||
start(): Promise<void>; | ||
start(context: IReactronServiceContext): Promise<void>; | ||
stop?(): Promise<void>; | ||
@@ -4,0 +6,0 @@ setOptions?(options: TOptions): Promise<void>; |
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
93096
2252