Initial release for SPT 3.9
This commit is contained in:
4
types/di/OnLoad.d.ts
vendored
Normal file
4
types/di/OnLoad.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface OnLoad {
|
||||
onLoad(): Promise<void>;
|
||||
getRoute(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user