LWT JavaScript API
    Preparing search index...

    Interface UserMutationResponse

    Envelope returned by the mutating endpoints.

    interface UserMutationResponse {
        error?: string;
        errors?: string[];
        id?: number;
        success: boolean;
    }
    Index
    error?: string
    errors?: string[]
    id?: number
    success: boolean