Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bnapi/lib/wow.ts>CharacterAchievementCriteria

Blizzard Battle.net API wrapper for Deno.
Go to Latest
interface CharacterAchievementCriteria
import { type CharacterAchievementCriteria } from "https://deno.land/x/bnapi@0.9.6/lib/wow.ts";

Properties

id: number
optional
amount: number
is_completed: boolean
optional
child_criteria: CharacterAchievementCriteria[]