Type Alias RecipeExecution

RecipeExecution: {
    arguments: RecipeArgument[];
    instruction_executions: RecipeInstructionExecution[];
    output: string;
    recipe_ah: ActionHash;
}