diff --git a/project/src/models/eft/inventory/IInventoryUnbindRequestData.ts b/project/src/models/eft/inventory/IInventoryUnbindRequestData.ts new file mode 100644 index 00000000..6376f14e --- /dev/null +++ b/project/src/models/eft/inventory/IInventoryUnbindRequestData.ts @@ -0,0 +1,8 @@ +import { IInventoryBaseActionRequestData } from "@spt-aki/models/eft/inventory/IInventoryBaseActionRequestData"; + +export interface IInventoryUnbindRequestData extends IInventoryBaseActionRequestData +{ + Action: "Unbind" + item: string + index: number +} \ No newline at end of file