Type alias Contact

Contact: {
    connected: boolean;
    id: string;
    user: User;
}

Type declaration

  • connected: boolean

    Flag to signal if contact is connected (you are trusted by this contact)

  • id: string
  • user: User

    The resolved user object