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:
authordnobori <da.git@softether.co.jp>2019-07-07 15:25:52 +0300
committerdnobori <da.git@softether.co.jp>2019-07-07 15:25:52 +0300
commit55d1ac0402a2f9cc546566485ad07cb1f8321b5d (patch)
tree186053d28d88e53a05968d54d948a679940c7ff0 /src/bin/hamcore/wwwroot/admin/default/out_webpack/ts/index.d.ts
parent92837bc8b46e244f3101c1d6425c171997ce79b1 (diff)
v4.30-9695-betav4.30-9695-beta
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