Skip to main content
Module

x/bnapi/mod.ts>wow.ProfessionSkillTier

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

Properties

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