Initial release for SPT 3.9
This commit is contained in:
9
types/callbacks/HttpCallbacks.d.ts
vendored
Normal file
9
types/callbacks/HttpCallbacks.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { OnLoad } from "@spt/di/OnLoad";
|
||||
import { HttpServer } from "@spt/servers/HttpServer";
|
||||
export declare class HttpCallbacks implements OnLoad {
|
||||
protected httpServer: HttpServer;
|
||||
constructor(httpServer: HttpServer);
|
||||
onLoad(): Promise<void>;
|
||||
getRoute(): string;
|
||||
getImage(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user