AnyCommandExecute
AnyCommandExecute
Generic type for command execution functions.
Signature
type AnyCommandExecute<ContextType extends Context = Context> = (
ctx: ContextType,
) => Awaitable<unknown>
Generic type for command execution functions.
type AnyCommandExecute<ContextType extends Context = Context> = (
ctx: ContextType,
) => Awaitable<unknown>