- export interface StopVPNAppParams {
- vpnAddress: string;
- authInfo: string;
- authType: string;
- }
- declare function stopVPNApp(params: StopVPNAppParams): Promise<void>;
- declare namespace stopVPNApp {
- var version: {
- android: string;
- ios: string;
- };
- }
- export default stopVPNApp;
|