Class CommandMiddleware<I, Context>

Type Parameters

Hierarchy (view full)

Constructors

Properties

postRunExecution: Middleware<Context & RunResult>[]
preRunChecks: Middleware<Context>[]
preRunExecution: Middleware<Context>[]
preRunThrottle: Middleware<Context>[]
runExecutionReturnValues: RunExecutionReturnValues<I, Context>[]

Methods