Add clarifying comment
This commit is contained in:
parent
e1a38b9421
commit
7bb93cdcaf
@ -1,5 +1,6 @@
|
|||||||
export interface IAddItemRequestData
|
export interface IAddItemRequestData
|
||||||
{
|
{
|
||||||
|
/** Trader id */
|
||||||
tid: string;
|
tid: string;
|
||||||
items: AddItem[];
|
items: AddItem[];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user