Skip to main content
Module

x/bnapi/mod.ts>wow.Recipe

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

Properties

optional
description: string
optional
alliance_crafted_item: IdName
optional
horde_crafted_item: IdName
optional
crafted_item: IdName
crafted_quantity: { value?: number; minimum?: number; maximum?: number; }
reagents: { reagent: IdName; quantity: number; }[]
modified_crafting_slots: { slot_type: IdName; display_order: number; }[]
optional
rank: number
media: { id: number; }