4 lines
185 B
TypeScript
4 lines
185 B
TypeScript
import http from 'node:http';
|
|
export declare function startProxy(): http.Server;
|
|
export declare function stopProxy(): Promise<void>;
|
|
//# sourceMappingURL=listmonk-proxy.service.d.ts.map
|