Zone: {
    difficulty: number | null;
    id: number;
    name: string | null;
    size: number | null;
}

Type declaration

  • difficulty: number | null

    The difficulty of the zone. Null if zone difficulty is not supported by the game.

  • id: number

    The game id of the zone.

  • name: string | null

    The name of the zone. Null if the zone name is not supported.

  • size: number | null

    The size of the zone. Null if zone size is not supported by the game.