UNPKG

mysterium-tequilapi

Version:
6 lines (5 loc) 147 B
export interface NatStatusDTO { status: string; error?: string; } export declare function parseNatStatusResponse(data: any): NatStatusDTO;