A collection of key details from a solution that leverages one or more reuse items

interface IReuseSolution {
    created: number;
    title: string;
}

Properties

Properties

created: number

The date/time the solution was created

title: string

The title of the solution is already deployed