Type alias GetPeerResponseType

GetPeerResponseType: {
    announced: string[];
    observed: string[];
}

Type declaration

  • announced: string[]
  • observed: string[]