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

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[]