Type Alias RecipeArgumentType

RecipeArgumentType: {
    type: "String";
} | {
    type: "EvmAddress";
}