Interface: MetaCommandHandler<W, X>
Interface: MetaCommandHandler<W, X>
Represents MetaCommandHandler.
Type Parameters
W
W
extends IncomingEvent
= IncomingEvent
X
X
= unknown
Properties
isClass?
optional isClass: boolean;
isFactory?
optional isFactory: boolean;
module
module: CommandHandlerType<W, X>;
options
options: CommandOptions;