Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bnapi/lib/wow.ts>Recipe

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

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; }