Skip to main content
Version: 1.2

AnyCommandExecute

AnyCommandExecute

Generic type for command execution functions.

Signature
type AnyCommandExecute<ContextType extends Context = Context> = (
ctx: ContextType,
) => Awaitable<unknown>