LWT JavaScript API
    Preparing search index...

    The signed-in user's own profile.

    interface Profile {
        email: string | null;
        emailVerified: boolean;
        username: string;
    }
    Index
    email: string | null
    emailVerified: boolean
    username: string