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