The object you get when you refer to the output of a step

sendEther.output.result
interface StepOutputKey {
    src: {
        key: string;
        self: WorkStep;
    };
    type: work;
}

Properties

Properties

src: {
    key: string;
    self: WorkStep;
}
type: work