Sonolus Wiki

ScoreEntry

Score.

Syntax

type ScoreEntry = {
    userId: string
    value: Text | (string & {})
}

Remarks

Client will raise a fatal error if:

  • User of userId does not exist.