Initial server commit
This commit is contained in:
5
server/types/Program.d.ts
vendored
Normal file
5
server/types/Program.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare class Program {
|
||||
private errorHandler;
|
||||
constructor();
|
||||
start(): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user