Type alias NodeDTO

NodeDTO: {
    id: string;
    ip: string;
}

Type declaration

  • id: string
  • ip: string