Finished WindowAPI for the frontend
This commit is contained in:
8
WindowAPI/dist/helper/Package.d.ts
vendored
Normal file
8
WindowAPI/dist/helper/Package.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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