export interface ShipRes { /** * Media key */ k: string; /** * Host (Unused(?)) */ h: string; /** * Port */ p: number; /** * VHost */ vh: string; /** * VHost (ipv6) */ vh6: string; }