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

x/bnapi/lib/wow.ts>ProfessionSkillTier

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

Properties

minimum_skill_level: number
maximum_skill_level: number
optional
categories: { name: string; recipes: IdName[]; }[]