Finished WindowAPI for the frontend
This commit is contained in:
9
WindowAPI/src/helper/Package.ts
Normal file
9
WindowAPI/src/helper/Package.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {PackageActionType, PackageMethod, PackageVariable, WindowEventName} from "./PackageTypes.js";
|
||||
|
||||
export interface Package {
|
||||
method: PackageMethod;
|
||||
variable?: PackageVariable;
|
||||
action?: PackageActionType;
|
||||
event?: WindowEventName;
|
||||
content?: any;
|
||||
}
|
||||
Reference in New Issue
Block a user