A collection of key details from a solutions that leverage one or more reuse items

interface IReuseSolutions {
    [key: string]: IReuseSolution;
}

Indexable

[key: string]: IReuseSolution

A collection of key details from a solution that leverages one or more reuse items The key is the id of the deployed solution.