@schirkan/reactron-interfaces
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@schirkan/reactron-interfaces", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "interfaces for reactron modules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,4 +1,6 @@ | ||
import * as electron from 'electron'; | ||
export interface IElectronApp { | ||
mainWindow: Electron.BrowserWindow; | ||
mainWindow: electron.BrowserWindow; | ||
start(): Promise<void>; | ||
} |
@@ -5,2 +5,3 @@ import { SizeProp } from '@fortawesome/fontawesome-svg-core'; | ||
import { IModuleContext } from './IModuleContext'; | ||
import * as electron from 'electron'; | ||
@@ -10,3 +11,3 @@ export interface IReactronComponentContext extends IModuleContext { | ||
readonly moduleApiPath: string; | ||
readonly electron: Electron.AllElectron; | ||
readonly electron: electron.AllElectron; | ||
readonly topics: IPubSub; | ||
@@ -13,0 +14,0 @@ |
@@ -1,3 +0,3 @@ | ||
import { IReactronService } from "../IReactronService"; | ||
import { IReactronServiceDefinition } from "../IReactronServiceDefinition"; | ||
import { IReactronService } from "./IReactronService"; | ||
import { IReactronServiceDefinition } from "./IReactronServiceDefinition"; | ||
@@ -4,0 +4,0 @@ export interface IServiceRepositoryItem extends IReactronServiceDefinition { |
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
14014
30
329