Skip to content

IAction

Defined in: actions/base.ts:16

Interface for actions.

TCtx

execute(ctx): Promise<void>

Defined in: actions/base.ts:21

Executes the action with the provided context.

TCtx

The action context.

Promise<void>