Object that contains key details for items that could be leveraged for reuse

interface IReuseItem {
    [key: string]: IReuseItemInfo;
}

Indexable

[key: string]: IReuseItemInfo

The key is the id of the item as it is within the solution template that will be deployed