Skip to content

IAction

Defined in: actions/base.ts:12

Interface for actions.

TCtx

execute(ctx): Promise<void>

Defined in: actions/base.ts:17

Executes the action with the provided context.

TCtx

The action context.

Promise<void>