Type Alias Recipe

Recipe: {
    arguments: [string, RecipeArgumentType][];
    instructions: [string, RecipeInstruction][];
    trusted_authors: AgentPubKey[];
}