Member Junction
    Preparing search index...

    User display information for the menu header

    interface UserDisplayInfo {
        avatarUrl: string | null;
        email: string;
        initials: string;
        name: string;
        subtitle?: string;
    }
    Index

    Properties

    avatarUrl: string | null

    URL to user's avatar image, or null

    email: string

    User's email address

    initials: string

    Two-character initials derived from name

    name: string

    User's display name

    subtitle?: string

    Optional subtitle shown below email (e.g., organization name)