Skip to main content
Module

x/bnapi/mod.ts>wow.CharacterEncounterExpansion

Blizzard Battle.net API wrapper for Deno.
Go to Latest
interface wow.CharacterEncounterExpansion
import { type wow } from "https://deno.land/x/bnapi@0.9.5/mod.ts";
const { CharacterEncounterExpansion } = wow;

Properties

expansion: IdName
instances: { instance: IdName; modes: { difficulty: TypeName; status: TypeName; progress: { completed_count: number; total_count: number; encounters: { encounter: IdName; completed_count: number; last_kill_timestamp: number; }[]; }; }[]; }[]