Skip to main content
Version: Next

AnyCommandExecute

AnyCommandExecute

Generic type for command execution functions.

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