Interface JGOFPlayer

interface JGOFPlayer {
    id?: string;
    name: string;
}

Properties

Properties

id?: string

Identifier for the player

name: string

Name or username of the player