Package version:

Represents information about a validated solution recipe.

interface ValidatedSolutionRecipeInfo {
    solutionType: string;
    version: string;
}

Properties

solutionType: string

Represents the solution type for which this validated solution recipe is applicable.

version: string

Represents the version for which this validated solution recipe is applicable.