Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/hamcore/wwwroot/admin/default/out_webpack/ts/index.d.ts')
-rw-r--r--src/bin/hamcore/wwwroot/admin/default/out_webpack/ts/index.d.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/bin/hamcore/wwwroot/admin/default/out_webpack/ts/index.d.ts b/src/bin/hamcore/wwwroot/admin/default/out_webpack/ts/index.d.ts
new file mode 100644
index 00000000..df54aca4
--- /dev/null
+++ b/src/bin/hamcore/wwwroot/admin/default/out_webpack/ts/index.d.ts
@@ -0,0 +1,10 @@
+import "core-js/es/promise";
+import "core-js/es/string";
+import "whatwg-fetch";
+/** API test for 'Test', test RPC function */
+export declare function Test_Test(): Promise<void>;
+export declare function ListVirtualHubs(id: string): Promise<void>;
+export declare function ShowVpnServerInfo(idInfo: string, idStatus: string): Promise<void>;
+export declare function CreateNewHub(hubName: string, idList: string): Promise<void>;
+export declare function HubAdminPage(queryString: string): Promise<void>;
+//# sourceMappingURL=index.d.ts.map \ No newline at end of file