Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface Inventory
import { type Inventory } from "https://deno.land/x/sptaki@1.2.0/models/eft/common/tables/IBotBase.d.ts";

Properties

items: Item[]
equipment: string
stash: string
sortingTable: string
questRaidItems: string
questStashItems: string
hideoutAreaStashes: Record<string, string>

Key is hideout area enum numeric as string e.g. "24", value is area _id

fastPanel: Record<string, string>
favoriteItems: string[]