TESSA Web API
    Preparing search index...

    Type Alias UserInfoContact

    Single contact entry for a user.

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

    Properties

    Properties

    info?: 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.