Type alias NEContactsInfoResult

NEContactsInfoResult: {
    foundList: NEContact[];
    notFoundList: string[];
}

Type declaration

  • foundList: NEContact[]
  • notFoundList: string[]