Package version:

Interface ValidatedSolutionRecipeProperties

Represents properties of a validated solution recipe resource.

interface ValidatedSolutionRecipeProperties {
    recipeContent: ValidatedSolutionRecipeContent;
    signature?: string;
}

Properties

Represents contents of a validated solution recipe.

signature?: string

Represents the signature of the recipe, to be used for ensuring its integrity.