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

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

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