Type Alias ExecuteRecipePayload

ExecuteRecipePayload: {
    arguments: RecipeArgument[];
    recipe_ah: ActionHash;
}