Stone.js API
    Preparing search index...

    Interface MetaCommandHandler<W, X>

    Represents MetaCommandHandler.

    interface MetaCommandHandler<
        W extends IIncomingEvent = IIncomingEvent,
        X = unknown,
    > {
        isClass?: boolean;
        isFactory?: boolean;
        module: CommandHandlerClass<W, X>;
        options: CommandOptions;
    }

    Type Parameters

    Index
    isClass?: boolean
    isFactory?: boolean