Type alias NatMap

NatMap: {
    [key: string]: {
        host: string;
        port: number;
    };
} | NatMapFunction

Type declaration

  • [key: string]: {
        host: string;
        port: number;
    }
    • host: string
    • port: number