Skip to main content
Module

x/bnapi/lib/wow.ts>JournalEncounter

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

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[]