interface TimeSavedNodeParameters { minutesSaved?: number; mode?: "once" | "perItem";}
readonly minutesSaved?: number
Number of minutes saved by this workflow execution Type options: {"minValue":0}
readonly mode?: "once" | "perItem"
Default: "once"
Number of minutes saved by this workflow execution Type options: {"minValue":0}