UNPKG

@xmobitea/gn-server

Version:

GearN Server by XmobiTea (Pro)

10 lines (9 loc) 185 B
export interface ServerDetail { ipV4Address: string; ports: { name: string; publicPort: number; privatePort: number; protocol: 1 | 2; }[]; }