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

Properties

Action: "Split"
splitItem: string

Id of item to split

newItem: string

Id of new item stack

container: Container

Destination new item will be placed in

count: number