Type alias ServicePOJO

ServicePOJO: {
    hostname: string;
    hosts: string[];
    name: string;
    port: number;
    protocol: "udp" | "tcp";
    txt?: Record<string, string>;
    type: string;
}

Type declaration

  • hostname: string
  • hosts: string[]
  • name: string
  • port: number
  • protocol: "udp" | "tcp"
  • Optional txt?: Record<string, string>
  • type: string

Generated using TypeDoc