Interface Contact

Represents a contact. Look at ContactRepository documentation to find out the available ways to obtain objects adhering to this interface.

Hierarchy

  • Contact

Properties

emails: readonly Email[]
favorite: boolean
id: string
name: string
phones: readonly Phone[]
user?: UserNg

When the contact is associated with a system's user, this property allows access to it.

Generated using TypeDoc