Type alias Service

Service: {
    hostname: Hostname;
    hosts: Host[];
    name: string;
    port: Port;
    protocol: "udp" | "tcp";
    txt?: Record<string, string>;
    type: string;
}

Type declaration

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

Generated using TypeDoc