Stone.js API
    Preparing search index...

    Represents a MetaEventSubscriber type.

    interface MetaEventSubscriber {
        isClass?: boolean;
        isFactory?: boolean;
        module: EventSubscriberType;
    }
    Index
    isClass?: boolean
    isFactory?: boolean