Package version:

Interface ValidatedSolutionRecipeContent

Represents contents of a validated solution recipe resource.

interface ValidatedSolutionRecipeContent {
    capabilities?: ValidatedSolutionRecipeCapabilities;
    components: {};
    info: ValidatedSolutionRecipeInfo;
}

Properties

Represents capabilities available in a validated solution recipe.

components: {}

Represents components available in a validated solution recipe.

Represents information about a validated solution recipe.