@globalleaderboards/sdk - v0.5.0
    Preparing search index...

    Interface ScoreUpdateMutation

    Score update mutation

    interface ScoreUpdateMutation {
        userId: string;
        type: "score_update";
        previousScore: number;
        newScore: number;
        previousRank: number;
        newRank: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    userId: string
    type: "score_update"
    previousScore: number
    newScore: number
    previousRank: number
    newRank: number