LWT JavaScript API
    Preparing search index...

    Interface ProfileMutationResponse

    Envelope returned by the profile mutations.

    interface ProfileMutationResponse {
        emailChanged?: boolean;
        error?: string;
        success: boolean;
    }
    Index
    emailChanged?: boolean
    error?: string
    success: boolean