Type Alias RecipeArgument

RecipeArgument: {
    type: "String";
    value: string;
} | {
    type: "EvmAddress";
    value: Uint8Array;
}