Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 786 Bytes

File metadata and controls

25 lines (15 loc) · 786 Bytes

Home > @datashaper/workflow > readStep

readStep() function

Factory function to create new verb configs with as many reasonable defaults as possible.

Signature:

export declare function readStep<T extends object | unknown = any>({ verb, args, id, input }: StepInput<T>, previous?: Step | undefined): Step<T>;

Parameters

Parameter Type Description
{ verb, args, id, input } StepInput<T>
previous Step | undefined (Optional)

Returns:

Step<T>