Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IPickupTypeWithMaxCount
import { type IPickupTypeWithMaxCount } from "https://deno.land/x/sptaki@1.2.0/models/spt/config/IQuestConfig.d.ts";

Properties

itemType: string
maxPickupCount: number
minPickupCount: number