Interface: Contact
Defined in: src/models/types.ts:55
Defines a single contact for a giiven user account. Contacts are stored in a user's
Profile.
Properties
contact
contact:
string
Defined in: src/models/types.ts:57
The contact information of a specific kind (e.g. email, phone number, etc.).
type
type:
ContactType
Defined in: src/models/types.ts:59
The type of contact information represented (e.g. email, phone).
verified
verified:
boolean
Defined in: src/models/types.ts:61
Indicates if the contact information has been verified.