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