Type Alias: DropTree<T>
DropTree<
T
> =Map
<number
,DropItem
<T
>>
Defined in: types/index.ts:199
Type representing a tree structure of drop items.
Type Parameters
T
T
The type of data associated with the drop items
DropTree<
T
> =Map
<number
,DropItem
<T
>>
Defined in: types/index.ts:199
Type representing a tree structure of drop items.
T
The type of data associated with the drop items