Skip to main content
Module

x/bnapi/mod.ts>wow.JournalEncounter

Blizzard Battle.net API wrapper for Deno.
Latest
interface wow.JournalEncounter
implements IdName
import { type wow } from "https://deno.land/x/bnapi@0.9.7/mod.ts";
const { JournalEncounter } = wow;

Properties

description: string
creatures: { id: number; name: string; creature_display: { id: number; }; }[]
items: { id: number; item: IdName; }[]
instance: IdName
category: { type: string; }
optional
modes: TypeName[]