Skip to main content
Module

x/bnapi/mod.ts>wow.AchievementCategory

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

Properties

achievements: IdName[]
subcategories: IdName[]
optional
parent_category: IdName
aggregates_by_faction: { alliance: { quantity: number; points: number; }; horde: { quantity: number; points: number; }; }
is_guild_category: boolean
display_order: number