Packages › trotsky › StepPostsEntry › apply
StepPostsEntry.apply() method
Applies the step's logic but do nothing by default. This method is usually be overridden by child classes but will not throw an error if not.
Signature:
typescript
/** @override */
apply(): Promise<void>;
Returns:
Promise<void>