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[];
}