UNPKG

mysterium-vpn-js

Version:
6 lines (5 loc) 149 B
export interface NatTypeResponse { type: string; error?: string; } export declare function parseNatTypeResponse(data: any): NatTypeResponse;