Type Alias SquaremapParsedPlayer

SquaremapParsedPlayer: {
    name: string;
    nickname?: string;
    uuid: string;
    world?: string;
}