UserInfoContact: {
    info?: IStorage | null;
    text: string;
    type: string;
    value: string;
}

Single contact entry for a user.

Type declaration

  • Optionalinfo?: IStorage | null

    Additional contact-related information as key-value pairs. This may include formatting options, visibility flags, etc.

  • text: string

    The display text of the contact. For example, this may be a label like "Work Email" or "Mobile Phone".

  • type: string

    The type of contact. For example, this may be "Email", "Phone", "Mobile".

  • value: string

    The actual value of the contact.