Skip to content

ResultEntry

Player result.

Syntax

ts
type ResultEntry = {
    userId: ServiceUserId
    result: GameplayResult
}