0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Add clarifying comment

This commit is contained in:
Dev 2023-07-10 22:25:59 +01:00
parent e1a38b9421
commit 7bb93cdcaf

View File

@ -1,5 +1,6 @@
export interface IAddItemRequestData
{
/** Trader id */
tid: string;
items: AddItem[];
}