Appearance
Packages › trotsky › Step › apply
Abstract method that must be implemented by subclasses to define the behavior of the step.
Signature:
abstract apply(): Promise<void>;
Returns:
Promise<void>
A promise that resolves when the step is applied.